An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# gopl

[![build](https://github.com/linehk/gopl/actions/workflows/build.yml/badge.svg "build")](https://github.com/linehk/gopl/actions)
[![codecov](https://codecov.io/gh/linehk/gopl/graph/badge.svg "codecov")](https://codecov.io/gh/linehk/gopl)
[![go report](https://goreportcard.com/badge/github.com/linehk/gopl "go report")](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 程序设计语言

![Go 程序设计语言](./zh-cover.jpg "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.