比如main函数中有如下变量定义:
price := 0.01
请问price的类型是float32还是float64?
实测为float64
https://blog.csdn.net/weiyuefei/article/details/77977734