message-size-increase #3

Merged
sashakoshka merged 227 commits from message-size-increase into main 2025-09-07 19:27:38 -06:00
Showing only changes of commit 08fe3d45dd - Show all commits

View File

@ -2,6 +2,7 @@ package tape
import "io" import "io"
import "math" import "math"
import "bufio"
// Encodable is any type that can write itself to an encoder. // Encodable is any type that can write itself to an encoder.
type Encodable interface { type Encodable interface {