#Packages installed to my $GOPATH/bin with `go install GitHub.com/repo@latest
5 messages · Page 1 of 1 (latest)
Just individually install them again
But the go install command is for installing binaries, it's not for using packages in your code
@kind hawk Tnx, and yes, my bad, I meant binaries! (I'm fixing my question)
Your question was clear we just often get people asking how to add libraries to their code and accidentally use install, so wanted to make sure this isn't the case