You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**RingChan** is a thread-safe, fixed-capacity ring buffer implemented as a channel in Go. It mimics Go's channel behavior while providing ring-buffer semantics — meaning **new items overwrite the oldest when full**.
@@ -58,4 +58,4 @@ func main() {
58
58
59
59
## License
60
60
61
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
61
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments