jmigpin/editor

go get fails with "not a valid zip file"

Closed this issue · 2 comments

$ 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

I'm unable to reproduce that error here. No idea what it could be.

Random suggestion: try to experiment with go clean -cache?

That worked :)
Thanks.