Go 개발환경 구축하는 건 다른 블로그도 있고 시시각각 변하기 때문에 의미 없다 생각이 들어 Go 프로그램을 작성하면서 진행할 것이다.
참조하는 서적은
이 책의 chapter2 부터 진행할 거다.
개발 스팩은
- Go: 1.17.6 window/amd64
- IDE: VSCODE
- SCM: git
- git hosting: github
- github url: https://github.com/YunWonYong/Golang
SCM은 Source Code Management의 약자이다.
'Golang > Study' 카테고리의 다른 글
chapter3(2) primitive type - boolean and int (0) | 2022.01.23 |
---|---|
chapter3(1) variable (0) | 2022.01.19 |
chapter2(3) go test (0) | 2022.01.18 |
chapter2(2) (0) | 2022.01.18 |
chapter2(1) (0) | 2022.01.17 |