I have the following error when running a local Go server:
Failed to build Go application: /Users/toast/Downloads/server/github.com/bradfitz/http2/hpack/huffman.go:14: undefined: sync.Pool
The code successfully ran and was deployed 6 weeks ago and now throws this error. Below is the Go version:
go version go1.5.3 darwin/amd64
Any ideas why?