blob: 1f0290b2364a4ebbc98943d2f6472b594ae584db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
```
|