func encoding/gob.decFloat64

2 uses

	encoding/gob (current package)
		decode.go#L346: func decFloat64(i *decInstr, state *decoderState, value reflect.Value) {
		decode.go#L771: 	reflect.Float64:    decFloat64,