Packages (0)
Resources & Links (15)
100 Go Mistakes: How to Avoid Them
Black Hat Go
Go programming for hackers and pentesters.
Build an Orchestrator in Go
Continuous Delivery in Go
This practical guide to continuous delivery shows you how to rapidly establish an automated pipeline that will improve your testing, code quality, and final product.
Creative DIY Microcontroller Project With TinyGo and WebAssembly
An introduction into the TinyGo compiler with projects involving Arduino and WebAssembly.
Effective Go: Elegant, efficient, and testable code
Unlock Go’s unique perspective on program design, and start writing simple, maintainable, and testable Go code.
For the Love of Go
An introductory book for Go beginners.
Go in Practice, Second Edition
Your practical guide on the ins-and-outs of Go development, covering the standard library and the most important tools from Go’s powerful ecosystem.
Know Go: Generics
A guide to understanding and using generics in Go.
Lets-Go
A step-by-step guide to creating fast, secure and maintanable web applications with Go.
Lets-Go-Further
Advanced patterns for building APIs and web applications in Go.
The Power of Go: Tests
A guide to testing in Go.
The Power of Go: Tools
A guide to writing command-line tools in Go.
Writing A Compiler In Go
Writing An Interpreter In Go
Book that introduces dozens of techniques for writing idiomatic, expressive, and efficient Go code that avoids common pitfalls.