๋ฐ์ํ Data Base/Go28 [์ฝ๊ณ ๋น ๋ฅธ Go ์์ํ๊ธฐ] #1.0 Main Package [์ถ์ฒ - Nomad Coders] package main // Go์์๋ ์ด๋ค ํจํค์ง๋ฅผ ์ฌ์ฉํ๋์ง ์์ฑํด์ค์ผ ํ๋ค. import "fmt" // Go์์๋ "fmt"๋ผ๋ ๊ธฐ๋ณธ์ ์ธ formatting package๋ฅผ ์ ๊ณตํด ์ค๋ค. func main() { fmt.Println("Hello world!") // stdout ์ผ๋ก ํ์ค ๋ฌธ์์ด ์ถ๋ ฅ์ ์ ๊ณตํ๋ ํจ์ } 2021. 10. 26. [Golang] main.go ํ๋ก์ ํธ๋ฅผ ์ปดํ์ผํ๊ณ ์ถ์ผ๋ฉด ํ์ผ๋ช ์ ๋ฌด์กฐ๊ฑด main.go ๋ก ํด์ผ ํ๋ค. 2021. 10. 26. [Golang] Go๋ ๋ด๊ฐ ์ํ๋ ๊ณณ์ ๋๋ ํ ๋ฆฌ๋ฅผ ๋ง๋ค์ด์ ์ฌ์ฉํ ์ ์๋ค. Go์ ์ฝ๋๋ ๋ฌด์กฐ๊ฑด Go PATH ๋๋ ํ ๋ฆฌ์ ์ ์ฅ๋์ด์ผ ํ๋ค. /(local)user/go/ Github ํด๋๋ Downloads, Desktop ๋ฑ๋ฑ์ ์ ์ฅ ํ ์ ์๋ค ! ๊ทธ๋ฆฌ๊ณ go ๋๋ ํ ๋ฆฌ์๋ ์๋์ ๊ฐ์ 3๊ฐ์ ๋๋ ํ ๋ฆฌ๊ฐ ์์ด์ผ ํ๋ค 2021. 10. 26. [Golang] Go ์ค์นํ๊ธฐ https://golang.org/doc/install Download and install - The Go Programming Language Download and install Download and install Go quickly with the steps described here. For other content on installing, you might be interested in: 1. Go download. Click the button below to download the Go installer. Download Go Don't see your operating syste golang.org ์ค์น ํ Mac ๊ธฐ์ค local ์ go < ๋ผ๋ ํด๋๊ฐ ์์ผ๋ฉด ๋๋ค. terminal.. 2021. 10. 26. ์ด์ 1 2 3 4 5 ๋ค์ ๋ฐ์ํ