strconv.ParseInt
strconv.FormatFloat
strconv.FormatInt
float64を文字列にフォーマットします。
strconv.FormatFloat(f float64, fmt byte, prec, bitSize int) string