go get does nothing
c0d3z3r0 opened this issue · 4 comments
c0d3z3r0 commented
No idea what's wrong here, but go get -u github.com/deletescape/goop
hangs... Other projects like https://github.com/deletescape/sloot work just fine.
Oh lol, while writing this, I got an output, but still no binary in go/bin:
go get -u github.com/deletescape/goop
code in directory /home/c0d3/go/src/github.com/go-git/go-billy/osfs expects import "github.com/go-git/go-billy/v5/osfs"
Disclaimer: non-go guy here ;)
nyancrimew commented
huh thats odd, i dont think i've seen that before, but i'll try to figure it out on my second device
nyancrimew commented
it should work if you run it with
GO111MODULE=on go get -u github.com/deletescape/goop
c0d3z3r0 commented
lol. indeed, worked fine
nchiarappa commented