message-size-increase #3
@ -2,6 +2,7 @@ package tape
|
|||||||
|
|
||||||
import "io"
|
import "io"
|
||||||
import "math"
|
import "math"
|
||||||
|
import "bufio"
|
||||||
|
|
||||||
// Decodable is any type that can decode itself from a decoder.
|
// Decodable is any type that can decode itself from a decoder.
|
||||||
type Decodable interface {
|
type Decodable interface {
|
||||||