((Bit-Mage) 'buffer) ::
Golang
Table of Contents
1. Org Babel Base
2. Stream
3. Books
3.1. Building an orchestrator in golang
3.2. Cloud Native Go
3.3. The Go Programming Language
3.4. Hands on SWE Golang
3.5. Learn Go with Tests
4. Resources
1.
Org Babel Base
package main import ( "fmt" ) func main(){ fmt.Println("org babel base") return }
2.
Stream
3.
Books
3.1.
Building an orchestrator in golang
3.2.
Cloud Native Go
3.3.
The Go Programming Language
3.4.
Hands on SWE Golang
https://www.oreilly.com/library/view/hands-on-software-engineering/9781838554491/
3.5.
Learn Go with Tests
https://quii.gitbook.io/learn-go-with-tests
4.
Resources
https://github.com/avelino/awesome-go
https://github.com/gostor/awesome-go-storage
Tags::golang: