Categorygithub.com/hhromic/go-toolkit
repository
0.0.0-20241020225326-8300b35dc6cc
Repository: https://github.com/hhromic/go-toolkit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

go-toolkit

Go Reference

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.