A collection of reusable utilities for Go projects. This repository is designed to provide modular, production-ready components that can be easily integrated into your Go applications.
Package | Description |
---|---|
logger |
Flexible, high-performance logging package with structured, contextual, and multi-output support. |
See each package's own README.md
for full documentation and usage examples.
Import the desired package(s) in your Go project. For example, to use the logger:
import "github.com/souvik-13/utils/<pkg-name>"
Each utility should reside in its own subdirectory and provide a README.md
describing its features, usage, and configuration. Update the table above to include new utilities as they are added.
This repository follows Semantic Versioning. All packages are versioned together. See the release tags for available versions.
MIT License. See LICENSE for details.