#pragma section-numbers off [[TableOfContents]] = 概要 = Googleにより作成された言語、コンパイルする = 公式サイト = [http://golang.org/ The Go Programming Language] [http://code.google.com/p/go/ go - Project Hosting on Google Code] = 関連サイト = = インストール = {{{ export GOROOT=/path/to/go export GOOS=darwin export GOARCH=386 hg clone -r release https://go.googlecode.com/hg/ $GOROOT cd $GOROOT/src ./all.bash cat >hello.go <