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

4 uses

	go.pact.im/x/phcformat/encode (current package)
		encode.go#L157: type String string
		encode.go#L160: func NewString(s string) String {
		encode.go#L161: 	return String(s)
		encode.go#L165: func (v String) Append(dst []byte) []byte {