귀염둥이의 메모

[Go] 맥(Mac OS) Go 설치하기 본문

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

bre install golang

 

 

$ go version 으로 버전을 확인합니다

 

반응형

'CS > Go' 카테고리의 다른 글

[Go] Using goroutines on loop iterator variables  (0) 2024.01.16
[Go] How to use "internal" packages?  (0) 2022.05.24
Comments