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

# 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.

# Packages

The http package provides utilities for net/http use cases.
The slog package provides utilities for log/slog use cases.
The types package provides useful types for applications.