go-get (1) Linux Manual Page
NAME go-get – add dependencies to current module and install them SYNOPSIS go get [-d] [-t] [-u] [-v] [build flags] [packages] DESCRIPTION Get resolves its command-line arguments to packages at specific module versions, updates go.mod to require those versions, downloads source code into the module cache, then builds and installs the named packages. To add…
