debugX is a simple and powerful Go package for logging with colored output, configurable log levels, and function flow tracking.
To use debugX in your Go project, run the following command:
go get github.com/madhavan-21/debugXWe love to have contributors! Here are the steps for contributing:
1 .Fork the repository.
2 .Clone your fork.
git clone https://github.com/madhavan-21/debugX.git3 .Create a branch for your changes.
git checkout -b my-new-feature)4 .Make your changes.
5 .Write tests for your changes (if applicable).
6 .Run the tests.
7 .Commit your changes.
git commit -am 'Add feature'8 .Push your changes to your fork.
git push origin my-new-feature9 .Submit a pull request