package buffer type Prependable struct { } func NewPrependable(size int) Prependable { return Prependable{} }