반응형
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 을 입력해서 정상적으로 설치되었는지 확인합니다.
반응형