Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.16 KB

README-en.md

File metadata and controls

35 lines (20 loc) · 1.16 KB

gopl

Build Status codecov Go Report Card

English | 简体中文

gopl(The Go Programming Language) is a project that contains all the sample code and all exercise answers in the Go Programming Language.

The Go Programming Language

The Go Programming Language

ISBN: 978-0134190440

Installation

git clone https://github.com/linehk/gopl.git

Contributing

If you feel that there is something to improve my exercise answers, please feel free to launch Pull Request.

For major changes, please open an issue first to discuss what you would like to change.

License

MIT License

Greetings

Happy Go programming, I hope you enjoy writing Go as much as I do.