Golang 설치
1. Golang 설치 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 version go version go1.19 windows/amd64 > go env set GOR..