circonus-labs / circonus-gometrics

A go implementation of metrics reporting for Circonus
https://pkg.go.dev/github.com/circonus-labs/circonus-gometrics/v3
BSD 3-Clause "New" or "Revised" License
12 stars 16 forks source link

server.Certificate undefined #68

Open nicolasStevenin opened 6 years ago

nicolasStevenin commented 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]

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

maier commented 6 years ago

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

nicolasStevenin commented 6 years ago

Hello, I'm using go 1.8.3