๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

Programming/Go

[Go] ์ž…๋ฌธ

๋ฐ˜์‘ํ˜•

 

๋‹ค์šด๋กœ๋“œ

https://go.dev/dl/

 

Downloads - The Go Programming Language

Downloads After downloading a binary release suitable for your system, please follow the installation instructions. If you are building from source, follow the source installation instructions. See the release history for more information about Go releases

go.dev

 

 

 

package main
func main() {
    println("Test")
}

 

 

 

http://golang.site/go/article/2-Go-%EC%84%A4%EC%B9%98%EC%99%80-Go-%ED%8E%B8%EC%A7%91%EA%B8%B0-%EC%86%8C%EA%B0%9C

 

์˜ˆ์ œ๋กœ ๋ฐฐ์šฐ๋Š” Go ํ”„๋กœ๊ทธ๋ž˜๋ฐ - Go ์„ค์น˜์™€ Go ํŽธ์ง‘๊ธฐ ์†Œ๊ฐœ

1. GO ์„ค์น˜ Go ํ”„๋กœ๊ทธ๋ž˜๋ฐ์„ ์‹œ์ž‘ํ•˜๊ธฐ ์œ„ํ•ด Go ๊ณต์‹ ์›น์‚ฌ์ดํŠธ์ธ https://go.dev/dl/ ์—์„œ ํ•ด๋‹น OS ๋ฒ„์ ผ์˜ Go๋ฅผ ๋‹ค์šด๋กœ๋“œํ•˜์—ฌ ์„ค์น˜ํ•œ๋‹ค. Go๋Š” Windows, Linux, Mac OS X ์—์„œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋‹ค. ์œˆ๋„์šฐ์ฆˆ์— Go๋ฅผ ์„ค์น˜

golang.site

 

๋ฐ˜์‘ํ˜•