Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages