repositorypackage
0.0.0-20240520183506-551f8c29392d
Repository: https://github.com/camelhr/log.git
Documentation: pkg.go.dev
# README
log
This Go module provides wrapper functions for logging and initializing zerolog, a fast and flexible logging library for Go.
How to use
- Import the module into your Go project
get -u github.com/camelhr/log
- Call the
Init(appName)
function insidemain.go
to initialize the logger