handler_test.go 139 B

12345678910
  1. package geoip
  2. import (
  3. "testing"
  4. )
  5. func TestInvokeOK(t *testing.T) {
  6. //gip := GeoIP{}
  7. //caddy.NewTestController("http", test.input)
  8. }