Closed barrettj12 closed 2 years ago
From https://go.dev/doc/go-get-install-deprecation :
Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead.
We use the version suffix @latest so that go install will ignore a go.mod in the cwd.
@latest
go install
go.mod
Cool, thank you
From https://go.dev/doc/go-get-install-deprecation :
We use the version suffix
@latest
so thatgo install
will ignore ago.mod
in the cwd.