Go: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* https://golang.org | * https://golang.org | ||
* Language specification https://golang.org/ref/spec | * Language specification https://golang.org/ref/spec | ||
* Go Packages Search and Documentation https://godoc.org | |||
* http://www.infoq.com/presentations/go-iron-production | * http://www.infoq.com/presentations/go-iron-production | ||
* http://tour.golang.org/welcome/1 | * http://tour.golang.org/welcome/1 |
Revision as of 02:43, 5 April 2016
External
- https://golang.org
- Language specification https://golang.org/ref/spec
- Go Packages Search and Documentation https://godoc.org
- http://www.infoq.com/presentations/go-iron-production
- http://tour.golang.org/welcome/1
- Go for Java Programmers https://www.youtube.com/watch?v=_c_tQ6_3cCg
- Build Web Application with Golang https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/index.html
Overview
Go is a general-purpose language designed for systems programming. It is strongly typed ... (for more details go to Go Concepts).
Relevance
Go 1.6