https://github.com/hyper0x/goc2p
An example project for book 'Go Programming & Concurrency in Practice'.
https://github.com/hyper0x/goc2p
Last synced: 3 months ago
JSON representation
An example project for book 'Go Programming & Concurrency in Practice'.
- Host: GitHub
- URL: https://github.com/hyper0x/goc2p
- Owner: hyper0x
- License: gpl-2.0
- Created: 2014-07-31T08:15:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T14:58:43.000Z (over 5 years ago)
- Last Synced: 2024-08-03T11:02:00.846Z (7 months ago)
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 612
- Watchers: 60
- Forks: 319
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
goc2p
=====Go Concurrency Programming Project.
An example project for book 'Go Programming & Concurrency in Practice' (《Go并发编程实战》).
------------------------------------------------
The sample project for the second edition of this book is [here](https://github.com/gopcp/example.v2).