[go] 명령 실행 결과
package main

import "fmt"

func main() {
    fmt.Println("Hello, world!")
}

실행 결과는 다음과 같습니다.

Hello, world!