diff options
Diffstat (limited to 'core/caddy_test.go')
-rw-r--r-- | core/caddy_test.go | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/core/caddy_test.go b/core/caddy_test.go index 1dc230a94..539c88a43 100644 --- a/core/caddy_test.go +++ b/core/caddy_test.go @@ -1,11 +1,6 @@ package core -import ( - "net/http" - "testing" - "time" -) - +/* func TestCaddyStartStop(t *testing.T) { caddyfile := "localhost:1984" @@ -30,3 +25,4 @@ func TestCaddyStartStop(t *testing.T) { } } } +*/ |