strconv.Atoi
strconv.ParseFloat
strconv.ParseBool
文字列をfloat64にパースします。
strconv.ParseFloat(s string, bitSize int) (float64, error)