https://github.com/zackproser/go-programming-language-book
Scratch repo for practicing the examples in http://www.gopl.io/
https://github.com/zackproser/go-programming-language-book
Last synced: 6 months ago
JSON representation
Scratch repo for practicing the examples in http://www.gopl.io/
- Host: GitHub
- URL: https://github.com/zackproser/go-programming-language-book
- Owner: zackproser
- License: mit
- Created: 2020-04-29T23:11:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T02:32:55.000Z (almost 6 years ago)
- Last Synced: 2025-06-25T16:08:08.102Z (10 months ago)
- Language: Go
- Homepage:
- Size: 7.54 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Programming Language Book
This repo is the result of my working through the examples presented in [The Go Programming Language book](https://www.gopl.io/)
[](http://gopl.io)
Some individual examples may contain READMEs explaining how to run them.