/Golang

Notes for Golang

Primary LanguageGo

前言

推荐书籍地址: https://github.com/ruyuejun/polaris

所有知识笔记汇总仓库:
https://github.com/overnote

各类技术分类索引:

Golang资料

书籍
        《Go语言从入门到进阶实战》               - 语法基础,入门力荐
        《GoWeb编程》                         - Go语言Web编程基础                      
        《Go并发编程》                         - 详细解释Go并发模型与使用
        《Go语言学习笔记》                      - 言简意赅,深入浅出,难得好书,力荐

资料
        《Go语言标准库》:https://github.com/polaris1119/The-Golang-Standard-Library-by-Example
        《Go RPC 开发指南》:https://github.com/smallnest/go-rpc-programming-guide
        《Go语言高级编程》:https://github.com/chai2010/advanced-go-programming-book
        《深入解析Go》:https://github.com/tiancaiamao/go-internals
        《Go42》:https://github.com/ffhelicopter/Go42
        《研磨设计模式-Go实现》:https://github.com/senghoo/golang-design-pattern
        《Go语言圣经》:https://github.com/gopl-zh/gopl-zh.github.com

感谢

@astaxie:开源书籍《GoWeb编程》作者