[Go] Go 언어 개발 환경 구축
1. Go 설치 사이트로 이동 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. Go 설치 진행 'Download Go' 버튼 클릭 Go 개발 환경을 진행하는 OS에 맞게 설치(필자의 경우 윈도우로 진행) 주의 사항!!!!! Go의 경우..
2021.01.13