GO 언어 설치(golang installation Window/MAC)
MAC 1. golang 공식사이트 접속 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. 2020/02/16일 기준 1.16 버전 윈도우/ 맥/ 리눅스 버전중 선택하여 받는다 설치..
2021.02.17