repository
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