module
0.0.0-20241020225326-8300b35dc6cc
Repository: https://github.com/hhromic/go-toolkit.git
Documentation: pkg.go.dev
# README
go-toolkit
Simple toolkit with reusable utilities for Go programs.
Testing
To run package testing with code coverage profiling and reporting:
go test -coverprofile cover.out ./...
go tool cover -html=cover.out -o cover.html
License
This project is licensed under the Apache License Version 2.0.