Back to Developer Roadmap

go install

src/data/roadmaps/golang/content/[email protected]

4.0538 B
Original Source

go install

Compiles and installs packages and dependencies. Creates executables in $GOPATH/bin for main packages. Use go install package@version to install specific versions of tools. Commonly used for installing CLI tools system-wide.

Visit the following resources to learn more: