func TestPackedEncoding(t *testing.T) { … } type packedInts … func (u *packedInts) decoder() []decoder { … } func (u *packedInts) encode(b *buffer) { … }
func TestPackedEncoding(t *testing.T) { … } type packedInts … func (u *packedInts) decoder() []decoder { … } func (u *packedInts) encode(b *buffer) { … }