godebug fails after addition of net/http package
rgcooper53 opened this issue · 1 comments
I am new to go but I have already used godebug successfully. Now with the addition of net/http, both godebug as well as go run <program.go> are failing but go build is working. I have tried various approaches to "go get" attempting to fix this, no luck so far. The errors are lengthy but here is the first line of output --
/usr/local/go/src/net/http/h2_bundle.go:45:2: could not import golang_org/x/net/http2/hpack (cannot find package "golang_org/x/net/http2/hpack" in any of:
/usr/local/go/src/golang_org/x/net/http2/hpack (from $GOROOT)
All the messages appear to refer to either hpack or httplex. Please advise, and thanks.
apologies, as soon as I looked at the prior issues I realized I am late to the game, so I take it that for now this won't work. Thanks.