Go(lang) references
- Go installation from source
- Regex
- Tutorial
- Cookbook
- Tutorial 2
- Examples
- http://golang.org/
- http://golangtutorials.blogspot.it/2011/05/table-of-contents.html
- http://www.golang-book.com/
- Why it was creates
- https://groups.google.com/forum/#!forum/golang-nuts
- https://code.google.com/p/golem/
- https://github.com/gonum
- https://plus.google.com/+golang/posts
- https://plus.google.com/communities/115354877257015196825
- Progress bar
- Advanced logging
- Zen Slide
- What Python developers need to know before migrating to Go(lang)
- Why Iām not leaving Python for Go
- Golang for Python programmers
- Go for Pythonistas
- Go by example
- Going Go
- The Go Programming Language, or: Why all C-like languages except one suck.
- c2go
- Golang: The Way To Go
- Go after four months #golang
- GoDeb
- Reflection example
- Golang notes
- http://learnxinyminutes.com/docs/go/
- Sonia Codes
- http://www.pheelicks.com/
- Chatroulette like mini demo in Go
- Welcome to the nice world of Golang
- 10 things you (probably) don’t know about Go
- Present package docs
- Some talks
- Going go programming
- Golang(Go Language) Examples
- GoLang Samples
- GolangBootCamp Book
- Slice of structs vs map o structs
- go4python
- Why I Program in Go
- Defining golang struct function using pointer or not
- Why are receivers pass by value in Go?
Web Server
- Learn to build and deploy simple Go Web Apps, Part One
- http://golang.org/doc/articles/wiki/
- http://stackoverflow.com/questions/16672593/go-lang-simple-webserver-serve-static-image
- https://github.com/ljgww/web_server_example_in_Go_-golang-
- http://robfig.github.io/revel/
- http://thechangelog.com/on-go-web-application-ecosystem/
Goroutines and Pooling
- http://www.goinggo.net/2013/05/thread-pooling-in-go-programming.html?m=0
- https://gobyexample.com/worker-pools
- http://dancallahan.info/journal/go-concurrency/
- http://blog.labix.org/2011/10/09/death-of-goroutines-under-control
- http://blog.golang.org/share-memory-by-communicating
- http://golang.org/doc/codewalk/sharemem/
- http://stackoverflow.com/questions/18267460/golang-goroutine-pool
- http://dave.cheney.net/tag/golang-3
- http://golang.org/pkg/log/#Logger
- http://www.goinggo.net/2013/11/using-log-package-in-go.html
- Go Concurrency Patterns
- Advanced Go Concurrency Patterns
- Concurrency is not Parallelism