Stars
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
The fantastic ORM library for Golang, aims to be developer friendly
❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
A modern Go utility library which provides helpers (map, find, contains, filter, ...)
Gen: Friendly & Safer GORM powered by Code Generation
A protobuf compiler plugin designed to generate GORM models and APIs for simple object persistence tasks.
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.