Highlights
Go
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
streaming, buffered table encoder for result sets (ie from a database)
Package dburl provides a standard, URL style mechanism for parsing and opening SQL database connection strings
The fantastic ORM library for Golang, aims to be developer friendly
lightweight, idiomatic and composable router for building Go HTTP services
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
Go package pointer provides helpers to get pointers to values of built-in types.
Sql mock driver for golang to test database interactions
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Experimental go stack unwinding using frame pointers.
Immutable transaction isolated sql driver for golang
Google's differential privacy libraries.
Package atomics implements efficient and useful atomic types for Golang. [Not maintained].
📦 Demo generator for Google Kubernetes Engine!
A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC.
Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats.
msgpack.org[Go] MessagePack encoding for Golang