golang小数默认是float32还是float64?

golang小数默认是float32还是float64?

问题描述:

比如main函数中有如下变量定义:

price := 0.01

请问price的类型是float32还是float64?

实测为float64