Go: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
=External=
* https://golang.org
* https://go.dev
* Language specification https://golang.org/ref/spec
* https://github.com/golang/go/wiki/
* Go Packages Search and Documentation https://godoc.org
* https://github.com/avelino/awesome-go
* 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=
=Internal=
 
* [[Programming Languages 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)]].
* [[Python]]
 
=Relevance=
 
Go 1.6


=Subjects=
=Subjects=
* [[Go Language]]
* [[Go Operations]]
* [[Go Engineering|Go Engineering]]
* [[Go Learning|Go Learning]]
* Open Source Go Packages
** <span id='zap'></span>[[zap]]
** <span id='echo'></span>[[labstack/echo]]


* [[go Concepts|Concepts]]
=Code Examples=
* [[go Installation|Installation]]
{{Internal|Go Code Examples|Go Code Examples}}
* [[go Operations|Operations]]
* [[Go Concepts - Standard Library|Standard Library]]
* [[go Recipes|Recipes]]
* [[Go Sources|Sources]]
* [[IntelliJ Go Support]]
* [[Go TODO|TODO]]

Latest revision as of 01:06, 26 January 2024