blob: bee5f0ed60b36ba682a4091e60e60027d1c942ba [file] [log] [blame]
package jsonpb
// Byte is used to test that []byte type aliases are serialized to base64.
type Byte byte
// Bytes is used to test that []byte type aliases are serialized to base64.
type Bytes []Byte