IT/Software 2019. 12. 11.
Go (Golang) 설치 - 윈도우즈용 설치
Go (Golang) 설치 - 윈도우즈용 설치 일단 공식 페이지를 방문해보자. 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 Clos golang.org Go 다운로드 및 실행으로 설치는 완료된다. 너무 쉽다. 설치 확인을..