안녕하세요 블로그 주인장 후니입니다.
제가 요즘 파견을 나와서 윈도우 노트북을 쓰다보니 Go를 Window에 설치를 하게 되었습니다.
이전 블로그에 보시면 Mac에 설치를 한 것을 정리하였는데요.
윈도우에 설치하는것도 정리를 한번 해보고자 이렇게 글을 씁니다.
현재 하고 있는 프로젝트는 java, c# 인데 조만간 Go 언어를 이용해서 프로젝트도 하나 진행할 것 같아서 미리 셋팅을 합니다.
설치는 역시나 쉬워요.
1. Go 사이트에 접속
https://golang.org/
The Go Programming Language
Download Go Binary distributions available for Linux, macOS, Windows, and more. // You can edit this code! // Click here and start typing. package main import "fmt" func main() { fmt.Println("Hello, 世界") } Hello, World! Conway's Game of Life Fibonacci
golang.org
2. Window 용 Go 다운로드 및 설치
https://golang.org/dl/
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
golang.org
Go를 설치하고 설치가 잘 되었는지 확인하기 위해서 위와 같이 해보시면 됩니다.
무더운 여름이지만 오늘도 한가지 day log 를 남깁니다.
Go language package 찾는 주소 (0) | 2021.09.09 |
---|---|
VSCode 에서 Go 실행시 go.mod 오류 (0) | 2021.09.08 |
소스의 현재 디렉토리를 가져오는 함수 (0) | 2021.03.25 |
Go If else 문 사용법 (0) | 2021.01.03 |
Go Struct 구조체 사용법 (0) | 2021.01.03 |