impl asses.checkLast(), .check()

This commit is contained in:
Bel LaPointe
2025-05-08 15:40:53 -06:00
parent 137fdf07ed
commit 6b51a0c0a3
4 changed files with 91 additions and 14 deletions

10
src/asses/one.go Normal file
View File

@@ -0,0 +1,10 @@
package asses
import (
"context"
"io"
)
func One(ctx context.Context, p string) error {
return io.EOF
}