Go Programming Language Resources

This site aims to collect various information and other resources about the Go programming language designed by Ken Thompson, Rob Pike and Robert Griesemer at Google.

[Note: Due to Go's current extreme pace of development, at any given time many packages and apps have a distinct chance of not working in the latest Go release. Updating their source is usually painless and can be done using gofmt.]

See Also

Mailing Lists and Discussion Groups

IRC

#go-nuts in the irc.freenode.org network.

Other Resources

A git mirror of the main hg/mercurial repo can be found at:

git://github.com/tav/go.git

But it is recommended that you use Mercurial instead as it will make it easier to contribute changes back to the main Go repo.

Go in Other Languages

TODO