This commit is contained in:
2026-05-10 00:59:47 +00:00
parent 271046231c
commit 9b38586ed8
30 changed files with 3560 additions and 1823 deletions

View File

@@ -9,6 +9,7 @@ import (
)
const chunkSize = 512
const ChunkSize = 512
var (
ErrOutOfRange = errors.New("out of range")