Questions tagged [goinstall]

This tag is currently lacking any usage tips... for now!

The Go programming language's counterpart to the npm command "npm install -g

I am looking to install a compiled Golang program so that I can run it with a bash command from any location on my computer. Is there an equivalent of the npm global installation for Golang? For example, in nodejs, we use "npm install -g express" to global ...