go/constant.Value.String (method)

3 uses

	go/constant (current package)
		value.go#L55: 	String() string

	go/types
		operand.go#L124: 			expr = x.val.String()
		operand.go#L156: 		if s := x.val.String(); s != expr {