zap: Unable to install
I am getting error though installation:
go get -u go.uber.org/zap
package go.uber.org/zap: unrecognized import path "go.uber.org/zap" (parse https://go.uber.org/zap?go-get=1: no go-import meta tags ())
Seems you don’t provide meta on go.uber.org/zap
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 5
- Comments: 33 (5 by maintainers)
export GOPROXY=https://proxy.golang.org
This may fix your problemsI’m unable to reproduce this, unfortunately. I’ll file an issue with the vanity import path project we’re using.
@m1ome As a workaround, you can install this without using
go get
.I’m getting the same error when using dep but the response via curl seems ok 🤔 Getting it since today.