Answers for "Go install /linux"

0

install go linux

rm -rf /usr/local/go && tar -C /usr/local -xzf go1.16.4.linux-amd64.tar.gz
Posted by: Guest on May-18-2021
0

Go install /linux

# set up Go lang path #
export GOPATH=$HOME/go
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
Posted by: Guest on January-22-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language