This is a creation in Article, where the information may have evolved or changed.
Go language Download Address: http://code.google.com/p/go/downloads/list
Download light weight Development tools http://code.google.com/p/liteide/
Why I like the Go language
Using CGO to encapsulate the Windows API
Write Windows desktop app with Go-use form
Write Windows desktop Apps with Go-working with resource files
Write Windows desktop Apps with Go-using the form designer
http file sharing
//test Project Main.gopackage mainImport ( "FMT" "net/http") Func Main () {h:= http. Fileserver (http. Dir (".") ) var port string fmt. Printf ("Please input port number:") fmt. SCANF ("%s", &Port) http. Listenandserve (":"+port, h)}
"Go language • Cloud Power"
Description: The go language is a new programming language designed and developed by Google's Rob Pike, Ken Thompson, and Robert Griesemer. The launch of the 2012 go, which represents the steady maturation of the go language, also formally declares that go has gone out of the mainstream language. "Go language/Cloud power" is the Go Language programming primer, the basic knowledge of the go language, including static type, Process control, functions, dynamic type, object-oriented, concurrent programming and other content, as compared with other C-class language, Go has a new feature. At the same time, go language and cloud Power also introduces the application of Go language in cloud computing.
Go language/Cloud power is suitable for beginners to go language learning.
Http://book.2cto.com/201207/386.html
Go programming language, or: Why besides it, other C language is garbage
http://www.mikespook.com/2011/06/go%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%804/