A Go library providing common utilities and functionality for Kopexa GRC applications.
- Common utilities and helper functions
- Standardized error handling
- Shared data structures
- Common interfaces
go get github.com/kopexa-grc/commonimport "github.com/kopexa-grc/common"
// Example usage- Go 1.24 or later
- Git
- Make (optional)
-
Clone the repository:
git clone https://github.com/kopexa-grc/common.git cd common -
Install dependencies:
go mod download
Run the test suite:
go test ./...Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
We take security seriously. Please read our Security Policy for details on reporting vulnerabilities.
We use Release Please for versioning. For the versions available, see the tags on this repository.
We use Dependabot to keep our dependencies up to date. Security updates are automatically merged, while other updates require review.
This project is licensed under the MIT License - see the LICENSE file for details.
For support, please open an issue in the GitHub repository or contact the maintainers.
Please read our Code of Conduct to keep our community approachable and respectable.