https://github.com/danielblagy/go-utils
https://github.com/danielblagy/go-utils
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielblagy/go-utils
- Owner: danielblagy
- License: mit
- Created: 2024-07-30T18:14:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T18:42:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T09:45:06.457Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# go-utils
Handy generic utilities for webapp development with golang.
## config-wrapper
A config wrapper "client" for retrieving .env variables.
TODO add other config client implementations.
## Logger
A logger wrapper (uses github.com/inconshreveable/log15).
This logger wrapper is convenient for unit testing.
It makes it possible to skip defining calls for mock.