File: bytes.go

package info (click to toggle)
golang-gogoprotobuf 0.3%2Bgit20170120.144.265e960d-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,720 kB
  • sloc: makefile: 359; sh: 21
file content (7 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
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