8000 GitHub - souvik-13/utils: Helpful utilities
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

souvik-13/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Utils

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.

Available Utilities

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.


Usage

Import the desired package(s) in your Go project. For example, to use the logger:

import "github.com/souvik-13/utils/<pkg-name>"

Adding More Utilities

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.

Versioning

This repository follows Semantic Versioning. All packages are versioned together. See the release tags for available versions.

License

MIT License. See LICENSE for details.

About

Helpful utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0