# over-golang **Repository Path**: daojava/over-golang ## Basic Information - **Project Name**: over-golang - **Description**: Golang笔记:[进度80%]Go语法、Go并发思想、Go与web开发、Go微服务设施等 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-12-13 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 一 笔记说明 这份笔记是自学`Golang`时的资料总结,结合了很多书籍、博客以及开源作品的内容,同时也收到了很多反馈和建议,笔记仍然会在学习旅程中不断更新,绝对不鸽。 基于Go的算法笔记一样计划之列,不过算法过于庞大,被独立放置在了[overnote](https://github.com/overnote/over-algorithm)系列中自成一系。 ## 二 Go学习路径图 ![](./images/go/go-develep.png) ## 三 Go相关书籍 - [《Go程序设计语言》](https://book.douban.com/subject/27044219/):Go语言圣经,[中译资料](https://github.com/gopl-zh/gopl-zh.github.com) - [《GoWeb编程》](https://book.douban.com/subject/27204133/):Go语言Web编程基础 - [《Go并发编程实战》](https://book.douban.com/subject/27016236/):非常好的go并发原理解读书籍,但语言组织欠佳 - [《Go语言学习笔记》](https://book.douban.com/subject/26832468/):言简意赅,深入浅出,力荐 - [《Go语言高级编程》](https://book.douban.com/subject/34442131/):深入理解Go必备,[开源文档](https://github.com/chai2010/advanced-go-programming-book) ## 附录:笔记汇总 **OverNote**地址:https://github.com/overnote **笔者的地址**:https://github.com/ruyuejun **OverNote分类**: - [Golang](https://github.com/overnote/over-golang):详尽的Go领域笔记:Go语法、Go并发编程、GoWeb编程、Go微服务等 - [大前端](https://github.com/overnote/over-javascript):包含JavaScript、Node.js、vue/react、微信开发、Flutter等大前端技术 - [数据结构与算法](https://github.com/overnote/over-algorithm):以C/Go实现为主记录数据结构与算法的笔记 - [服务端架构](https://github.com/overnote/over-server):分布式与微服务笔记,附Nginx、Mysql、Redis等常用服务端技术 - [Linux](https://github.com/overnote/over-linux):计算机组成原理、操作系统、计算机网络、编译原理基础学科笔记 - [大数据](https://github.com/overnote/over-bigdata):大数据笔记,完善中 - [Python与机器学习](https://github.com/overnote/over-python):Python相关笔记,完善中