go get fails with "not a valid zip file"
Closed this issue · 2 comments
rythmkraze commented
$ go get github.com/jmigpin/editor
go: finding github.com/jmigpin/editor latest
go: downloading github.com/jmigpin/editor v0.0.0-20191011140039-9f078c94276c
go get github.com/jmigpin/editor: zip: not a valid zip file
jmigpin commented
I'm unable to reproduce that error here. No idea what it could be.
Random suggestion: try to experiment with go clean -cache
?
rythmkraze commented
That worked :)
Thanks.