reg/vendor/github.com/gogo/protobuf/jsonpb/jsonpb_test_proto/bytes.go

8 lines
201 B
Go
Raw Normal View History

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