refactor!: package is now named ringdeque

This commit is contained in:
2026-04-05 15:04:07 -04:00
parent 2cf1847dca
commit c8508cd00b
4 changed files with 5 additions and 5 deletions

4
doc.go
View File

@@ -1,2 +1,2 @@
// Package ring implements a generic deque using a circular buffer.
package ring
// Package ringdeque implements a generic deque using a circular buffer.
package ringdeque