Categorygithub.com/diptanw/go-toolkit
repository
0.0.0-20240208133358-b46fc268ba2c
Repository: https://github.com/diptanw/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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Go Toolkit

Build Status Go Version Release

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