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 :: avro for debian 
Shell :: github auto close issue 
Shell :: copy files from s3 to ec2 vice versa 
Shell :: xrandr configure crtc 2 failed ubuntu 
Shell :: allow port on ufw 
Shell :: downgrade ruby version ubuntu 
Shell :: how to create a JAR 
Shell :: extract every nth line using sed linux fedora 
Shell :: How to install LAMP in CentOs? 
Shell :: download bash 
Shell :: pull down a branch locally 
Shell :: bash convert seconds to date 
Shell :: bash array append 
Shell :: creating bucket in aws cli 
Shell :: SQLite browser in linux 
Shell :: how to disable a user linux 
Shell :: vim set color scheme in vimrc 
Shell :: git change author of last 2 commits 
Shell :: get docker image from docker hub 
Shell :: gitignore a folder recursively 
Shell :: start nginx in terminal 
Shell :: how to check whether a string contains a special character or not in bash 
Shell :: powershell unzip multiple files 
Shell :: linux set environment 
Shell :: composer add package 
Shell :: how to pull from specific branch 
Shell :: git put commit on different branch 
Shell :: git revert commit for single file 
Shell :: Git create a new repository on the command line 
Shell :: how to chanbge port number on centos8 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =