0.0.3
This commit is contained in:
7
pkg/conver/conver.go
Normal file
7
pkg/conver/conver.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package conver
|
||||
|
||||
import "strconv"
|
||||
|
||||
func FloatToString(val float64) string {
|
||||
return strconv.FormatFloat(val, 'f', 1, 64)
|
||||
}
|
||||
Reference in New Issue
Block a user