mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 18:20:50 +00:00
结构调整添加cmd
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package tools
|
||||
|
||||
import "strconv"
|
||||
|
||||
func Float64ToString(e float64) string {
|
||||
return strconv.FormatFloat(e, 'E', -1, 64)
|
||||
}
|
||||
Reference in New Issue
Block a user