go-install

install Compile and install packages named by the import paths.…

go install

Compile and install packages named by the import paths. More information: https://pkg.go.dev/cmd/go#hdr-Compile_and_install_packages_and_dependencies.

go install

go install {{path/to/package}}

go install {{golang.org/x/tools/gopls}}@{{latest}}

go install {{golang.org/x/tools/gopls}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← goimports go-list →