{"id":28756673,"url":"https://github.com/wx-chevalier/go-notes","last_synced_at":"2025-06-17T03:08:33.020Z","repository":{"id":105126616,"uuid":"225320620","full_name":"wx-chevalier/Go-Notes","owner":"wx-chevalier","description":":books: Go-Series, Go  From Zero to Hero. | 语法基础、工程实践、并发编程、Web 开发","archived":false,"fork":false,"pushed_at":"2025-06-10T09:42:10.000Z","size":5836,"stargazers_count":120,"open_issues_count":0,"forks_count":21,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-13T15:28:38.199Z","etag":null,"topics":["go","golang"],"latest_commit_sha":null,"homepage":"https://ng-tech.icu/books/Go-Series","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wx-chevalier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-02T08:14:09.000Z","updated_at":"2025-06-10T10:38:34.000Z","dependencies_parsed_at":"2023-11-06T10:28:27.725Z","dependency_job_id":"1848e497-b19a-4f06-a30b-96c82bc21453","html_url":"https://github.com/wx-chevalier/Go-Notes","commit_stats":null,"previous_names":["wx-chevalier/go-series"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wx-chevalier/Go-Notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wx-chevalier%2FGo-Notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wx-chevalier%2FGo-Notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wx-chevalier%2FGo-Notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wx-chevalier%2FGo-Notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wx-chevalier","download_url":"https://codeload.github.com/wx-chevalier/Go-Notes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wx-chevalier%2FGo-Notes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260281527,"owners_count":22985630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang"],"created_at":"2025-06-17T03:08:32.492Z","updated_at":"2025-06-17T03:08:32.987Z","avatar_url":"https://github.com/wx-chevalier.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![license: CC BY-NC-SA 4.0](https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-lightgrey.svg)][license-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/wx-chevalier/Go-Notes\"\u003e\n    \u003cimg src=\"https://assets.ng-tech.icu/item/header.svg\" alt=\"Logo\" style=\"width: 100vw;height: 400px\" /\u003e\n  \u003c/a\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://ng-tech.icu/books/Go-Notes\"\u003e\u003cstrong\u003e在线阅读 \u003e\u003e \u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/wx-chevalier\"\u003e代码案例\u003c/a\u003e\n    ·\n       \u003ca href=\"https://github.com/wx-chevalier/Awesome-Lists\"\u003e参考资料\u003c/a\u003e\n\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n![Go Series](https://user-images.githubusercontent.com/5803001/38078769-e6b9ecea-336f-11e8-89c8-b40880b3428c.jpg)\n\n# Go Series | Go 语法基础与工程实践\n\nGo 语言发展至今已经过去十年多了，是目前最流行的新兴语言，云计算领域的首选语言。回顾过去十年的 Go 设计和开发，Go 社区的发展尤其惊人。技术会议和聚会的数量、不断增加的 Go 项目贡献者名单、大量使用 Go 实现的开源代码库、使用 Go 开发公司数量（有些甚至只使用 Go 开发），任何一项数据考量后都足以让人震惊。\n\nGo 语言很多时候被描述为“类 C 语言”，或者是“21 世纪的 C 语言”。从各种角度看，Go 语言确实是从 C 语言继承了相似的表达式语法、控制流结构、基础数据类型、调用参数传值、指针等诸多编程思想，还有彻底继承和发扬了 C 语言简单直接的暴力编程哲学等。\n\n## RoadMap | 学习路径\n\n[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) 系列仓库中，您还可以查阅软件系统设计、微服务、数据库、分布式系统等等多领域的深入实践。\n\n![Go MindMap](https://s2.ax1x.com/2019/12/03/QMxpfx.png)\n\n# About\n\n## Copyright \u0026 More | 延伸阅读\n\n笔者所有文章遵循 [知识共享 署名-非商业性使用-禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)，欢迎转载，尊重版权。您还可以前往 [NGTE Books](https://ng-tech.icu/books-gallery/) 主页浏览包含知识体系、编程语言、软件工程、模式与架构、Web 与大前端、服务端开发实践与工程架构、分布式基础架构、人工智能与深度学习、产品运营与创业等多类目的书籍列表：\n\n[![NGTE Books](https://s2.ax1x.com/2020/01/18/19uXtI.png)](https://ng-tech.icu/books-gallery/)\n\n[contributors-shield]: https://img.shields.io/github/contributors/wx-chevalier/Go-Notes.svg?style=flat-square\n[contributors-url]: https://github.com/wx-chevalier/Go-Notes/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/wx-chevalier/Go-Notes.svg?style=flat-square\n[forks-url]: https://github.com/wx-chevalier/Go-Notes/network/members\n[stars-shield]: https://img.shields.io/github/stars/wx-chevalier/Go-Notes.svg?style=flat-square\n[stars-url]: https://github.com/wx-chevalier/Go-Notes/stargazers\n[issues-shield]: https://img.shields.io/github/issues/wx-chevalier/Go-Notes.svg?style=flat-square\n[issues-url]: https://github.com/wx-chevalier/Go-Notes/issues\n[license-shield]: https://img.shields.io/github/license/wx-chevalier/Go-Notes.svg?style=flat-square\n[license-url]: https://github.com/wx-chevalier/Go-Notes/blob/master/LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwx-chevalier%2Fgo-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwx-chevalier%2Fgo-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwx-chevalier%2Fgo-notes/lists"}