bytes.go 201 B

1234567
  1. package jsonpb
  2. // Byte is used to test that []byte type aliases are serialized to base64.
  3. type Byte byte
  4. // Bytes is used to test that []byte type aliases are serialized to base64.
  5. type Bytes []Byte