Simple chunking test

This commit is contained in:
2026-02-20 00:20:19 +01:00
parent 2b7686ab85
commit f7feb59f42
9 changed files with 170 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module fs
go 1.25.7
require (
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/klauspost/reedsolomon v1.13.2 // indirect
go.etcd.io/bbolt v1.4.3 // indirect
golang.org/x/sys v0.41.0 // indirect
)