This was the old home of Go's HTTP/2 implementation. It now lives in the Go repo. I'm keeping this tree working for now, but please update your imports to: import "golang.org/x/net/http2" Godoc is: https://godoc.org/golang.org/x/net/http2 http2 is enabled by default in Go 1.6+ with no changes to your code. Unless you're doing something weird, you should not need to import golang.org/x/net/http2. T

