README update

This commit is contained in:
eyedeekay
2025-02-02 00:22:46 -05:00
parent 0ef2566fce
commit 18b795106f

View File

@ -1,6 +1,7 @@
# go-limit
A simple, thread-safe connection limiter for Go's `net.Listener` that manages concurrent connections and rate limiting.
Factored out from sam-forwarder to be used in go-i2ptunnel.
## Install