Installing to run using go get produces the following which indicates that this is not the recommended method for installation of go tools which use modules.
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
Installing to run using
go getproduces the following which indicates that this is not the recommended method for installation of go tools which use modules.