https://github.com/mishnit/go-kit
Go Utilities
https://github.com/mishnit/go-kit
Last synced: 2 months ago
JSON representation
Go Utilities
- Host: GitHub
- URL: https://github.com/mishnit/go-kit
- Owner: mishnit
- Created: 2019-09-03T14:53:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T14:53:42.000Z (almost 7 years ago)
- Last Synced: 2025-01-02T21:51:37.633Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/scrypt.go
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))