Links - Go
Go Official Documentation
Learn Go
Go Web by Example - simple web development examples using golang
Go101 - best tutorial site so far, and offline mode is possible too. Just run 'git clone https://github.com/go101/go101.git; go run .'
GoLang By Example - confusingly similar to GoByExample but with more examples.
GoLangR - good tutorial with simple exercises for beginners
Golang Tutorial Guide – A List of Free Courses to Learn the Go Programming Language
Go Frameworks
- Go Echo Framework - High performance, extensible, minimalist Go web framework
- Go Echo Framework Tutorial - by Blue Bot on youtube
- GORM - The fantastic ORM library for Golang
- GORM Example