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
- Host: GitHub
- URL: https://github.com/pana/go-books
- Owner: Pana
- License: mit
- Created: 2015-10-18T02:00:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T02:19:52.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T21:47:19.738Z (8 months ago)
- Size: 141 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)