An open API service indexing awesome lists of open source software.

https://github.com/pana/go-books

For those who love golang
https://github.com/pana/go-books

Last synced: 7 months ago
JSON representation

For those who love golang

Awesome Lists containing this project

README

          

# Go-books
Here is an collection of free go books, hope can help those who love it.

### Official

* [A tour of go](https://tour.golang.org/welcome/1)
* [Go doc](https://golang.org/doc/)
* [Golang spec](https://golang.org/ref/spec)
* [How to write go code](https://golang.org/doc/code.html)
* [Effective Go](https://golang.org/doc/effective_go.html)
* [The Go Memory Model](https://golang.org/ref/mem)
* [Go blog](http://blog.golang.org/)
* [FAQ](https://golang.org/doc/faq)
* [Wiki](https://github.com/golang/go/wiki)

### List

* [Build web application with golang](https://github.com/astaxie/build-web-application-with-golang)
* [Go 入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) (《The Way to Go》中文版)
* [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming)
* [学习 Go 语言](https://github.com/mikespook/Learning-Go-zh-cn)