CS/Go
[Go] 맥(Mac OS) Go 설치하기
겸둥이xz
2021. 8. 24. 18:42
반응형
방법 1) https://golang.org/doc/install#download 설치하기
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
golang.org
방법 2) brew를 이용해서 설치
$ brew update
$ brew install golang
$ go version 으로 버전을 확인합니다
반응형