1. Go setup 다운로드
아래 링크에서 설치 파일을 다운로드합니다.
Downloads - The Go Programming Language
Downloads After downloading a binary release suitable for your system, please follow the installation instructions. If you are building from source, follow the source installation instructions. See the release history for more information about Go releases
go.dev
윈도우용 설치 파일 링크를 클릭해서 다운로드합니다.

2. Go 설치 확인
- cmd창에서 go version 을 입력해서 정상적으로 설치되었는지 확인합니다.

반응형
'미분류' 카테고리의 다른 글
| [개발일상] 인터뷰 이야기(interviewer 관점) (0) | 2022.05.27 |
|---|---|
| rclone 빌드하기 (0) | 2022.03.08 |
| [번역] Build and Use Go Packages as C Libraries (0) | 2022.03.07 |
| 소프트웨어 License 라이선스 (0) | 2022.03.07 |
| 개발 일기 - 작업 방향 되짚어보기(self reflection) (0) | 2022.01.14 |