CONDUCT https://golang.org/conduct
[In reply to Risso] Aprendendo Go: Manuais, vídeo aulas, livros etc.
Go Desempenho e simultaneidade são atributos importantes, mas não tão importantes quanto simplicidade , legibilidade e produtividade.
Site Oficial https://golang.org/doc/
Origem https://talks.golang.org/2012/splash.article
Goroutine https://divan.dev/posts/go_concurrency_visualize/
stikes Go free https://github.com/MariaLetta/free-gophers-pack/
Comunidades https://www.meetup.com/pt-BR/go-belo-horizonte/ https://www.meetup.com/pt-BR/golang-poa/ https://www.meetup.com/pt-BR/GolangCWB/ https://www.meetup.com/pt-BR/Golang-Campinas/ https://www.meetup.com/pt-BR/Women-Who-Go-Sampa/ https://www.meetup.com/pt-BR/GopheRio/
Simplificando a complexidade "O inicio" http://bit.ly/2Izfklk
50 erros comuns quando iniciamos em Go http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/index.html
Go Playground https://play.golang.org
Vagas: https://github.com/Gommunity/vagas
Effetive Go https://golang.org/doc/effective_go.html http://www.golangbr.org/doc/go_efetivo https://golang.org/ref/spec https://golang.org/doc/faq
Versão da palestra de Rob Pike Design de Linguagem https://talks.golang.org/2012/splash.article
Go Programming https://en.wikipedia.org/wiki/Go_(programming_language)
Go Code Review Comments https://github.com/golang/go/wiki/CodeReviewComments
Go Proverbs https://go-proverbs.github.io
Tour https://tour.golang.org/welcome/1
Documentar com Godoc http://godoc.org/golang.org/x/tools/cmd/godoc
GO modules https://alexrios.gitbook.io/gomodules
Exemplos https://gobyexample.com
Json to Struct https://mholt.github.io/json-to-go/
Base de exemplos em Go: https://github.com/jeffotoni/goexample
Mais exemplos http://goporexemplo.golangbr.org
Passo a Passo, instalar, go mod, boas práticas e exemplos https://github.com/jeffotoni/goworkshopdevops
Grupo de Estudos https://gopher.pro.br
Books https://www.golang-book.com/ https://github.com/golang/go/wiki/Books https://github.com/dariubs/GoBooks
Book online https://www.digitalocean.com/community/books/how-to-code-in-go-ebook https://astaxie.gitbooks.io/build-web-application-with-golang/en/01.0.html http://www.golangprograms.com
Awesome https://awesome-go.com https://github.com/avelino/awesome-go
Patterns Go https://refactoring.guru/pt-br/design-patterns/go
Youtube/Videos @crgimenes Encontros toda quinta-feira https://goo.gl/sQ1x5j
Conference Talks https://www.dotconferences.com/talks
Algumas libs para gerenciar Logs
Prometheus + Grafana https://prometheus.io/docs/guides/go-application/ https://grafana.com/
Docker Build Distroless + Scratch + Multi-stage + Alpine http://twixar.me/BM4K
Gophercises https://gophercises.com/exercises/
Post Docker Scratch http://bit.ly/2X29qwY http://bit.ly/2VwdaX7
Serverless in Go http://bit.ly/2UrPKpj (nuclio) http://bit.ly/2uYvwEI (gvisior)