198 shaares
3 results
tagged
programing
List of Golang books. Contribute to dariubs/GoBooks development by creating an account on GitHub.
A golang ebook intro how to build a web with golang.
Similar to Webapps in Go the anti textbook.
Source can be found on Github.
Learn how to write webapps without a framework in the Go programming language.
The book teaches you how to write web applications in Go without using a framework. It is possible to write a webapp without using any framework in Go. Each new concept will be explained via a valid code example. The book is based of a todo list manager I wrote in Go, and at any point in time, you can check the source code of the todo list manager.
This book is Open source at github.