wget https://go.dev/dl/go1.18.4.linux-amd64.tar.gz
tar -zxvf go1.18.4.linux-amd64.tar.gz
mv go /usr/local
vi .profile
export GOROOT=/usr/local/go export PATH=$PATH:$GOROOT/bin export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin |
source .profile
'go' 카테고리의 다른 글
cryptopunks raritysniper json 파싱 (0) | 2022.04.15 |
---|---|
JSON Transfer (0) | 2022.04.14 |
Web Handler (0) | 2022.04.14 |
go언어 설치 (0) | 2022.04.14 |
routing module (0) | 2022.04.14 |