
GO 설치하고 구동 하는데 절차는 아래와 같다 1. GO 다운로드 및 설치 2. 환경변수 설정 3. 개발 편의를 위한 IDE 설정 ( VScode기준) 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 Fibonac..
Go
2021. 8. 27. 15:25