module
0.0.0-20240208133358-b46fc268ba2c
Repository: https://github.com/diptanw/go-toolkit.git
Documentation: pkg.go.dev
# README
Go Toolkit
Go Toolkit is a programming toolkit for building services and serverless applications in Go. The motivation has educational and training purposes. An incubator of potentially useful and lightweight libraries designed to unify the development technique and ensure consistency.
Packages
Versioning
API is currently unstable and there are no compatibility guarantees (semver). See Go modules versioning model.
Contributing
Please see CONTRIBUTING.md.
Testing
To run tests with code coverage, run the following command:
go test -race -coverprofile=c.out ./... && go tool cover -html=c.out
# Packages
No description provided by the author
Package server provides a transport service for the application.
No description provided by the author
Package message provides types for asynchronous event consumption
based on Go channels.
Package retry provides types for resilient retry policy, as well as
RoundTripper for the HTTP transport.
No description provided by the author
Package storage implements data storage types for the persistence layer.