Actions
Go¶
Installing Go: see Hacking prerequisites.
Arvados Go SDK: see http://doc.arvados.org/sdk/go/
Learning Go:- Go Tour http://tour.golang.org/ gets your feet wet.
- Effective Go http://golang.org/doc/effective_go.html encourages good practices.
- Go Concurrency Patterns http://talks.golang.org/2012/concurrency.slide shows elegant uses of channels and goroutines.
- Standard library documentation http://golang.org/pkg/ includes links to the library source code, which has lots of examples of idiomatic Go code.
- http://golang.org/doc/code.html
- https://gobyexample.com/
- http://www.golang-book.com/
- http://learnxinyminutes.com/docs/go/
Updated by Tom Clegg over 7 years ago · 11 revisions