v1.0.0
go-migration
Schema migrations for SQL databases — versioned, transactional, and CI-friendly.
go get github.com/gopackx/go-migration Migration, auditing, notifications, and API docs. Battle-tested, idiomatic, drop-in ready.
// PACKAGES
Four focused packages. Each does one thing well.
Schema migrations for SQL databases — versioned, transactional, and CI-friendly.
go get github.com/gopackx/go-migration Structured audit logging for Go services — append-only, queryable, and pluggable sinks.
go get github.com/gopackx/go-audit Unified notification dispatcher — email, SMS, push, and webhooks behind one interface.
go get github.com/gopackx/go-notification Auto-generate OpenAPI 3.x specs from Go annotations — drop-in replacement for swag.
go install github.com/gopackx/open-swaggo/cmd/swaggo@latest // PHILOSOPHY
Plain Go. No reflection tricks, no hidden state. Read the code in an afternoon.
90%+ coverage, integration tests against real services.
Semantic versioning. Breaking changes are loud and rare.