Browse Source

Add test config

Andrey Blinov 7 years ago
parent
commit
e7a59405b0
1 changed files with 4 additions and 8 deletions
  1. 4 8
      handler_test.go

+ 4 - 8
handler_test.go

@@ -1,10 +1,6 @@
 package geoip
 package geoip
 
 
-import (
-	"testing"
-)
-
-func TestInvokeOK(t *testing.T) {
-	//gip := GeoIP{}
-	//caddy.NewTestController("http", test.input)
-}
+// func TestInvokeOK(t *testing.T) {
+// 	//gip := GeoIP{}
+// 	//caddy.NewTestController("http", test.input)
+// }