Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chibby0ne/go_book_exercises
Example code and Solutions to exercises of The Go Programming Language Book
https://github.com/chibby0ne/go_book_exercises
go go-programming golang golang-application golang-examples gopl gopl-exercises gopl-problems gopl-solutions thegoblog
Last synced: about 1 month ago
JSON representation
Example code and Solutions to exercises of The Go Programming Language Book
- Host: GitHub
- URL: https://github.com/chibby0ne/go_book_exercises
- Owner: chibby0ne
- License: mit
- Created: 2019-11-18T23:40:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T09:34:38.000Z (over 4 years ago)
- Last Synced: 2023-08-01T12:58:14.959Z (over 1 year ago)
- Topics: go, go-programming, golang, golang-application, golang-examples, gopl, gopl-exercises, gopl-problems, gopl-solutions, thegoblog
- Language: Go
- Homepage:
- Size: 25.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Go Programming Language Book exercises
Since I'm a fan of buying books with exercises, tasks or projects I embarked
in doing all the exercises of this [cute language](https://golang.org/) book.All exercises were written, run and/or tested on a Linux x64 machine, but
besides the cgo chapter (chapter 13), I don't think there's anything too
OS/Arch dependant.I would be remiss if I didn't link [the book page](https://www.gopl.io/)
## Contributions
Feel free to open an issue and/or PR in case you find something that's not
quite right.## License
[MIT](https://github.com/chibby0ne/go_book_exercises/blob/master/LICENSE)