memostack
article thumbnail
Go 프로그래밍을 위한 Go Lang 설치 (Window)
Language/Go 2021. 8. 24. 21:09

Go Installer 다운로드 아래 링크를 통해 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 Fibonacci golang.org 자신의 운영체제에 맞게 설치한다. Go Installer 실행 msi 형태로 제공해주기 ..