반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 운영체제
- centOS
- boj
- 리눅스
- 쿠버네티스
- NGINX
- 도커
- 도커 명령어
- ios
- 부스트코스
- 도커 이미지
- swift 클로저
- docker
- 네트워크
- 프로세스
- 클라우드
- 데브옵스
- devops
- os
- Swift
- centOS7
- kubernetes
- AWS
- linux
- k8s
- 컨테이너
- 도커 컨테이너
- C++
- Python
- 인프라
Archives
- Today
- Total
귀염둥이의 메모
[Go] 맥(Mac OS) Go 설치하기 본문
반응형
방법 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 으로 버전을 확인합니다

반응형
'CS > Go' 카테고리의 다른 글
[Go] Using goroutines on loop iterator variables (0) | 2024.01.16 |
---|---|
[Go] How to use "internal" packages? (0) | 2022.05.24 |