diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f0290b --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` + |