message-size-increase #3
@ -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 {
|
||||||