Open nicolasStevenin opened 6 years ago
Hello ! When I try to test api (and checkmgr), it fails with
FAIL github.com/circonus-labs/circonus-gometrics/api [build failed]
./api_test.go:303: server.Certificate undefined (type httptest.Server has no field or method Certificate) ./api_test.go:337: server.Certificate undefined (type httptest.Server has no field or method Certificate)
Thank you
What version of go are you using?
$ go test PASS ok github.com/circonus-labs/circonus-gometrics/api 32.284s $ go version go version go1.9.2 darwin/amd64
Hello, I'm using go 1.8.3
Hello ! When I try to test api (and checkmgr), it fails with
FAIL github.com/circonus-labs/circonus-gometrics/api [build failed]
github.com/circonus-labs/circonus-gometrics/api
./api_test.go:303: server.Certificate undefined (type httptest.Server has no field or method Certificate) ./api_test.go:337: server.Certificate undefined (type httptest.Server has no field or method Certificate)
Thank you