start using "go install pkg@version" in docs
Now that Go 1.17.x is out, we no longer need to worry about users on Go 1.15.x. Since Go 1.16, the best way to install programs has been "go install": https://golang.org/doc/go1.16#go-command This method does not interfere with the current module, and allows selecting a version such as "latest" or "master".pull/390/head
parent
0f1ac894b4
commit
c77bc9e5e1
Loading…
Reference in New Issue