Please note that the linked URL is just a commit to remove support from code.google.com in go get, and add a warning to users trying to go get from it.
Also remember that while not very widely used, Go does provide support against this problems via custom URLs and canonical import paths [0].
And most importantly, whatever your programming language, remember to vendor your dependencies.
Also remember that while not very widely used, Go does provide support against this problems via custom URLs and canonical import paths [0].
And most importantly, whatever your programming language, remember to vendor your dependencies.
[0] https://texlution.com/post/golang-canonical-import-paths/