# Kit A collection of idiomatic, reusable Go utility packages and helpers for building CLI tools, HTTP servers, and concurrent applications — designed for personal use and easy sharing across projects. [Documentation](https://pkg.go.dev/go.sudomsg.com/cache) ## Installation To use Kit in your Go project, you can install it using `go get`: ```sh go get go.sudomsg.com/Kit ```