DEV Community

Discussion on: Contributing to Open Source Go projects on GitHub - A recipe to clone forked Go repos.

Collapse
 
nanohard profile image
William Antonelli

This assumes go modules aren't used, and I'm not sure that will be possible in Go 1.13 as they want to deprecate GOPATH. I don't see any problem with forking and cloning, but if I'm missing something then please let me know the pitfalls of doing that.

go get -u in module mode will actually update all packages, whether you supply a package URL or not.

There is talk about this tool which may be helpful, although I've never looked into it:
github.com/rogpeppe/gohack