go get -u all

go get -u

go mod update

 

go get -u full_package_name
  

go get -u github.com/... // ('...' being the wildcard). 

go get -u github.com/orgA/...

go get -d

go get -u ./..

  

git config --global core.symlinks false

git config core.symlinks false

相关文章: