Thanks to visit codestin.com
Credit goes to github.com

Skip to content

alexferl/golib

Repository files navigation

golib

Collection of small Go modules I use across projects.

Modules

  • 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

Installation

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/server

Usage

See individual module directories for examples and documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published