We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go get
go install
1 parent bc44584 commit 20b28c1Copy full SHA for 20b28c1
scripts/go_install.sh
@@ -51,6 +51,6 @@ cd "${tmp_dir}"
51
go mod init fake/mod
52
53
# install the golang module specified as the first argument
54
-go get -tags tools "${1}@${3}"
+go install -tags tools "${1}@${3}"
55
mv "${GOBIN}/${2}" "${GOBIN}/${2}-${3}"
56
ln -sf "${GOBIN}/${2}-${3}" "${GOBIN}/${2}"
0 commit comments