https://github.com/linehk/gopl
gopl(The Go Programming Language) is a project that contains all the sample code and all exercise answers in the Go Programming Language.
https://github.com/linehk/gopl
go gopl gopl-exercises gopl-problems gopl-solutions
Last synced: about 1 year ago
JSON representation
gopl(The Go Programming Language) is a project that contains all the sample code and all exercise answers in the Go Programming Language.
- Host: GitHub
- URL: https://github.com/linehk/gopl
- Owner: linehk
- License: mit
- Created: 2019-03-11T07:54:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T01:51:51.000Z (over 1 year ago)
- Last Synced: 2025-03-28T06:04:56.824Z (about 1 year ago)
- Topics: go, gopl, gopl-exercises, gopl-problems, gopl-solutions
- Language: Go
- Homepage:
- Size: 12.2 MB
- Stars: 199
- Watchers: 2
- Forks: 70
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
README
# gopl
[](https://github.com/linehk/gopl/actions)
[](https://codecov.io/gh/linehk/gopl)
[](https://goreportcard.com/report/github.com/linehk/gopl)
[English](./README.md "English") | 简体中文
gopl(The Go Programming Language)是一个包含了 《[Go 程序设计语言](https://book.douban.com/subject/27044219/ "Go 程序设计语言")》 中全部示例代码和全部练习题参考答案的项目。
## Go 程序设计语言

ISBN: 978-7111558422
## 安装
```bash
apt-get install libbz2-dev
git clone https://github.com/linehk/gopl.git
```
## 参与贡献
如果你觉得我的参考答案有什么需要改进的地方,欢迎发起 Pull Request。
如果有重大变化,请先打开一个 Issue,讨论您想要改变的内容。
## 开源许可证
[MIT License](./LICENSE "MIT License")
## 祝语
Happy Go programming, I hope you enjoy writing Go as much as I do.