Go install
Jump to navigation
Jump to search
Internal
Overview
go install
is similar to go build
except that is saves the compiled code in form of object files and possibly binary executables, locally for each packages instead of discarding it. The shared flags describe here apply:
go install
is used for building and publishing packages and modules.
If executed from a git workarea, there is underlying git interaction.