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

4 uses

	go.pact.im/x/phcformat/encode (current package)
		encode.go#L170: type Bytes []byte
		encode.go#L173: func NewBytes(buf []byte) Bytes {
		encode.go#L174: 	return Bytes(buf)
		encode.go#L178: func (v Bytes) Append(dst []byte) []byte {