An open API service indexing awesome lists of open source software.

https://github.com/mishnit/go-kit

Go Utilities
https://github.com/mishnit/go-kit

Last synced: 2 months ago
JSON representation

Go Utilities

Awesome Lists containing this project

README

          

# Kit

A collection of utilities.

## Utilities

- Dependency Injection ([source](./di), [examples](./di/di_test.go))
- Security ([source](./security))
- Retry ([source](./retry), [examples](./retry/retry_test.go))
- Config ([source](./cfg), [examples](./cfg/cfg_test.go))
- Unique IDs ([source](./id), [examples](./id/id_test.go))
- Query ([query examples](./query/query_test.go), [insert examples](./query/insert_test.go), [update examples](./query/update_test.go))
- Validators ([source](./valid), [examples](./valid/validator_test.go))
- String utils ([str](./str))