Simple overview of the project.
Before you begin, ensure you have the following installed:
- Go: The Go programming language.
- Development Tools: run
make devtools
to install necessary tools for development.
To build the project, use:
make build
To run the tests, use:
make test
To automatically format the code, run:
make fmt
Run the linter to catch common mistakes and improve code quality:
make check
Contributions are most welcome! Whether it's code, documentation, or ideas, every contribution makes a difference. Please read the Contributing guide to get started.
This project is licensed under the MIT License. See the LICENSE file for details.