const go/constant.Float
9 uses
go/constant (current package)
kind_string.go#L15: _ = x[Float-4]
value.go#L41: Float
value.go#L108: func (ratVal) Kind() Kind { return Float }
value.go#L109: func (floatVal) Kind() Kind { return Float }
value.go#L898: if re := ToFloat(x); re.Kind() == Float {
go/types
const.go#L139: if x.Kind() != constant.Float {
expr.go#L1176: if f.Kind() != constant.Float {
expr.go#L1183: case constant.Float:
stmt.go#L211: case constant.Float:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)