Stars
Reader feedback on the early release of Designing Data-Intensive Applications, second edition
Curated list of Go design patterns, recipes and idioms
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for …