type go.pact.im/x/phcformat/encode.Byte

4 uses

	go.pact.im/x/phcformat/encode (current package)
		encode.go#L144: type Byte byte
		encode.go#L147: func NewByte(c byte) Byte {
		encode.go#L148: 	return Byte(c)
		encode.go#L152: func (v Byte) Append(dst []byte) []byte {