Go Resources
Discover frameworks, libraries, and tools for building fast and reliable applications with Go.
Filter by tag:
Frameworks
Libraries
chi
Lightweight, idiomatic router for building Go HTTP services with middleware support.
HTTPRouter
GORM
Feature-rich ORM library for Go with associations, hooks, and auto-migration.
DatabaseORM
sqlc
Generate type-safe Go code from SQL queries with compile-time verification.
DatabaseType SafetyCode Generation
Gorilla Mux
Powerful HTTP router and URL matcher for building Go web servers.
HTTPRouter
Cobra
Library for creating powerful modern CLI applications with commands and flags.
CLI
Viper
Complete configuration solution for Go applications with support for many formats.
Configuration
Zap
Blazing fast, structured, leveled logging library for Go.
Logging
goose
Database migration tool supporting SQL migrations and Go functions.
DatabaseMigration