Closed nerandell closed 2 years ago
go get is now deprecated in favor of go install - https://go.dev/doc/go-get-install-deprecation.
go get
go install
go get
is now deprecated in favor ofgo install
- https://go.dev/doc/go-get-install-deprecation.