Go: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
Go is a general-purpose language designed for systems programming. It is strongly typed [[Go Concepts#Overview|... (for more details go to Go Concepts)]]. | Go is a general-purpose language designed for systems programming. It is strongly typed [[Go Concepts#Overview|... (for more details go to Go Concepts)]]. | ||
=Subjects= | =Subjects= |
Revision as of 19:54, 16 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
Overview
Go is a general-purpose language designed for systems programming. It is strongly typed ... (for more details go to Go Concepts).