Go: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
* http://tour.golang.org/welcome/1 | * http://tour.golang.org/welcome/1 | ||
* Language specification https://golang.org/ref/spec | * Language specification https://golang.org/ref/spec | ||
* Go for Java Programmers https://www.youtube.com/watch?v=_c_tQ6_3cCg | |||
=Overview= | =Overview= |
Revision as of 23:48, 21 March 2016
External
- https://golang.org
- http://www.infoq.com/presentations/go-iron-production
- http://tour.golang.org/welcome/1
- Language specification https://golang.org/ref/spec
- Go for Java Programmers https://www.youtube.com/watch?v=_c_tQ6_3cCg
Overview
Go is a general-purpose language designed for systems programming. It is strongly typed ... (for more details go to Go Concepts).