go/constant.Value.String (method)

4 uses

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

	go/types
		index.go#L370: 		check.errorf(&x, InvalidIndex, invalidArg+"index %s out of bounds [0:%d]", x.val.String(), max)
		operand.go#L144: 			expr = x.val.String()
		operand.go#L176: 		if s := x.val.String(); s != expr {