728x90
1. 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. Download Go 클릭
3. 환경에 맞는 파일 다운로드 후 설치
4. 정상설치 확인
'GO' 카테고리의 다른 글
[GO] 개념 (0) | 2021.09.24 |
---|---|
[GO] is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt 발생시 처리 (0) | 2021.09.13 |
[GO] "fmt" imported but not usedcompilerUnusedImport (0) | 2021.09.12 |