feat: copied code over

This commit is contained in:
2026-01-19 19:32:08 -05:00
parent 5f2dcc9394
commit 091bc70172
18 changed files with 1102 additions and 6 deletions

View File

@@ -1,10 +1,4 @@
package repr
import (
"fmt"
)
type Repr interface {
fmt.Stringer
fmt.Scanner
}