https://github.com/wx-chevalier/go-notes
:books: Go-Series, Go From Zero to Hero. | 语法基础、工程实践、并发编程、Web 开发
https://github.com/wx-chevalier/go-notes
go golang
Last synced: about 1 year ago
JSON representation
:books: Go-Series, Go From Zero to Hero. | 语法基础、工程实践、并发编程、Web 开发
- Host: GitHub
- URL: https://github.com/wx-chevalier/go-notes
- Owner: wx-chevalier
- License: other
- Created: 2019-12-02T08:14:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T09:42:10.000Z (about 1 year ago)
- Last Synced: 2025-06-13T15:28:38.199Z (about 1 year ago)
- Topics: go, golang
- Language: Go
- Homepage: https://ng-tech.icu/books/Go-Series
- Size: 5.57 MB
- Stars: 120
- Watchers: 5
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[][license-url]

# Go Series | Go 语法基础与工程实践
Go 语言发展至今已经过去十年多了,是目前最流行的新兴语言,云计算领域的首选语言。回顾过去十年的 Go 设计和开发,Go 社区的发展尤其惊人。技术会议和聚会的数量、不断增加的 Go 项目贡献者名单、大量使用 Go 实现的开源代码库、使用 Go 开发公司数量(有些甚至只使用 Go 开发),任何一项数据考量后都足以让人震惊。
Go 语言很多时候被描述为“类 C 语言”,或者是“21 世纪的 C 语言”。从各种角度看,Go 语言确实是从 C 语言继承了相似的表达式语法、控制流结构、基础数据类型、调用参数传值、指针等诸多编程思想,还有彻底继承和发扬了 C 语言简单直接的暴力编程哲学等。
## RoadMap | 学习路径
[Go-Notes](https://github.com/wx-chevalier/Go-Notes) 涵盖了 Golang 由浅入深的学习笔记,更多的 Go 相关的教程、书籍、示例可以参考 [Awesome-Lists](https://github.com/wx-chevalier/Awesome-Lists)。读者可以配套 [go-snippets](https://github.com/Dev-Snippets/go-snippets) 进行动手实践。接下来可以前往 [design-pattern-snippets](https://github.com/Dev-Snippets/design-pattern-snippets) 以及 [algorithm-snippets](https://github.com/Dev-Snippets/algorithm-snippets) 通过设计模式与算法来进行进一步的实践。最后,在笔者的 [go](https://github.com/topics/wx-go) 系列仓库中,您还可以查阅软件系统设计、微服务、数据库、分布式系统等等多领域的深入实践。

# About
## Copyright & More | 延伸阅读
笔者所有文章遵循 [知识共享 署名-非商业性使用-禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh),欢迎转载,尊重版权。您还可以前往 [NGTE Books](https://ng-tech.icu/books-gallery/) 主页浏览包含知识体系、编程语言、软件工程、模式与架构、Web 与大前端、服务端开发实践与工程架构、分布式基础架构、人工智能与深度学习、产品运营与创业等多类目的书籍列表:
[](https://ng-tech.icu/books-gallery/)
[contributors-shield]: https://img.shields.io/github/contributors/wx-chevalier/Go-Notes.svg?style=flat-square
[contributors-url]: https://github.com/wx-chevalier/Go-Notes/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/wx-chevalier/Go-Notes.svg?style=flat-square
[forks-url]: https://github.com/wx-chevalier/Go-Notes/network/members
[stars-shield]: https://img.shields.io/github/stars/wx-chevalier/Go-Notes.svg?style=flat-square
[stars-url]: https://github.com/wx-chevalier/Go-Notes/stargazers
[issues-shield]: https://img.shields.io/github/issues/wx-chevalier/Go-Notes.svg?style=flat-square
[issues-url]: https://github.com/wx-chevalier/Go-Notes/issues
[license-shield]: https://img.shields.io/github/license/wx-chevalier/Go-Notes.svg?style=flat-square
[license-url]: https://github.com/wx-chevalier/Go-Notes/blob/master/LICENSE.txt