Skip to content

evertonbiviatello/go-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO COMMONS

This is an assortment of various shims/helpers/utilities for how I do things in Go.

  • conf - Configuration parsing from files, environment, etc into structs or just global usage
  • log - Logging based on Go Slog logger with configuration helpers
  • signal - Helpers for dealing with signals (like Ctrl-C) and handling of clean shutdown
  • httpserver - General configuration of http servers with middleware for logging, metrics and rendering
  • log - Logging based on Go Slog logger with configuration helpers
  • signal - Helpers for dealing with signals (like Ctrl-C) and handling of clean shutdown
  • store - Helpers for working with databases and generating queries.
  • version - Simple package for setting and displaying version information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages