Download and install - The Go Programming Language
Download and install Download and install Go quickly with the steps described here. For other content on installing, you might be interested in: 1. Go download. Click the button below to download the Go installer. Download Go Don't see your operating syste
go.dev
tar -C /usr/local -xzf go1.18.4.linux-amd64.tar.gz
sudo vi /etc/profile 에서
마지막줄에
export PATH=$PATH:/usr/local/go/bin 추가
source /etc/profile
go version
'자기개발 > GoLang' 카테고리의 다른 글
GORM 빈값 업데이트 문제 (0) | 2022.08.05 |
---|---|
Go Module 사용법 (0) | 2022.05.22 |