Collection of small Go modules I use across projects.
- config - Configuration management with viper and pflag
- logger - Structured logging wrapper around zerolog
- http - HTTP server and middleware components using Echo
- middleware - Configurable middleware components with CLI flag support
- server - HTTP/HTTPS server with advanced features
go get github.com/alexferl/golib/config
go get github.com/alexferl/golib/logger
go get github.com/alexferl/golib/http/middleware
go get github.com/alexferl/golib/http/serverSee individual module directories for examples and documentation.