test index generation

This commit is contained in:
2025-06-08 07:25:42 +01:00
parent 8ac12ccf1d
commit 6ffc5b1de0
34 changed files with 1457 additions and 265 deletions

View File

@@ -5,6 +5,6 @@ import (
)
type I interface {
MarshalWrite(w io.Writer)
MarshalWrite(w io.Writer) (err error)
UnmarshalRead(r io.Reader) (err error)
}