restructure package, rename module/repo

This commit is contained in:
soypat
2025-01-07 11:34:35 -03:00
parent 73f0b547b3
commit 9abf0c11b9
30 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"unsafe"
)
var errRingBufferFull = errors.New("tseq/ring: buffer full")
var errRingBufferFull = errors.New("lneto/ring: buffer full")
// NewRing returns a new ring buffer ready for use.
func NewRing(buf []byte) *Ring {