GO 언어 설치(golang installation Window/MAC)

2021. 2. 17. 16:38golang

728x90
반응형

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 버전 윈도우/ 맥/ 리눅스 버전중 선택하여 받는다

 

설치 완료

설치 확인


IDE 추천 jetbrain 사의 GoLand

www.jetbrains.com/go/download/#section=mac

 

Download GoLand: Smart IDE by JetBrains for Go development

Download the latest version of GoLand for Windows, macOS or Linux.

www.jetbrains.com


WINDOW 설치

반응형