# golang101 **Repository Path**: Lawrence_DevOps/golang101 ## Basic Information - **Project Name**: golang101 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **[微信群召集帖](https://github.com/golang101/golang101/issues/11)** | **[电子书下载](https://github.com/golang101/golang101/releases)** ---- [Go语言101](https://gfw.go101.org)是一本侧重于Go语言语法语义以及运行时相关知识点的编程解释和指导书。 此书旨在尽可能地帮助Go程序员更深更全面地理解Go语言。 此书也搜集了Go语言和Go编程中的很多细节。 此书同时适合Go初学者和有一定经验的Go程序员阅读。 此书的英文项目地址为:[github.com/go101/go101](https://github.com/go101/go101) 微信公众号(用于发布一些Go细节、常识和技巧): ![](articles/res/101-group-qrcode-2.jpg?raw=true) _(若上面二维码未显示出来,请点击此[墙内版链接](https://tool.oschina.net/action/qrcode/generate?data=http%3A%2F%2Fweixin.qq.com%2Fr%2FRy6ju1TE0AmvrRDY93tV&output=image%2Fgif&error=L&type=0&margin=12&size=4)。)_ ### 致谢 见[本书致谢一章](https://gfw.go101.org/article/acknowledgements.html)。 ### 安装 运行 ``` $ git clone https://github.com/golang101/golang101.git ``` ### 更新 进入本书项目目录(包含当前`README.md`文件的目录),然后运行: ``` $ git pull ``` ### 本地阅读本书 进入本书项目目录(包含当前`README.md`文件的目录),然后运行: ``` $ go run . Server started: http://localhost:12345 (non-cached version) http://127.0.0.1:12345 (cached version) ``` 本书起始页将自动在用户默认浏览器中打开。如果没有,请手动访问http://localhost:12345 命令行选项: ``` -port=1234 -theme=light # 或者 dark (默认) ``` ### 一些注意事项 * 如果在线版被墙了,请运行如上所述本地版或者下载[离线版](https://github.com/golang101/golang101/releases)阅读。 * 这本书仍处于beta阶段,很多章节还在不断改进中。请阅读[UPDATES.md](UPDATES.md)以注意各种更新。 * 本人保留本书的出版权(包括纸质和各种电子版)。请勿随意在线转载(转载之前请在本项目中开一个issue问询)。 ![](articles/res/101-reward-qrcode-5.png?raw=true)