Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install global package golang

go install github.com/golang-migrate/migrate/v4/cmd/migrate@latest
Comment

install global package golang

# This is the default GOPATH, you should confirm with the 'go env' command
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Comment

PREVIOUS NEXT
Code Example
Shell :: how to clone a branch github 
Shell :: vsode zsh 
Shell :: npm start script not found 
Shell :: install pip in pyenv 
Shell :: git delete master branch and recreate 
Shell :: libracad ubuntu 
Shell :: git clone bare 
Shell :: search for a filetype extension PowerShell 
Shell :: copying files in Docker to directory gives error 
Shell :: add folder to github 
Shell :: how to install rebar3 
Shell :: aws ssh warning unprotected private key file 
Shell :: install heroku cli for linux 
Shell :: number of lines 
Shell :: windows openssh passwordless login 
Shell :: check size of folder linux 
Shell :: linux user groups 
Shell :: sed tab to space 
Shell :: salir de vim 
Shell :: fedora dnf remove repo 
Shell :: remove branch local git 
Shell :: grep wildcard 
Shell :: execute previous command linux 
Shell :: see all merge conflict git 
Shell :: ubuntu install docker-compose 
Shell :: git client 
Shell :: run MongoDB manually as a background process macos 
Shell :: shell script -z 
Shell :: convert crt to cer with commnd 
Shell :: redis cache start 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =