Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

Example code and Solutions to exercises of The Go Programming Language Book

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)