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 Int64ToString(e int64) string {
|
||||
return strconv.FormatInt(e, 10)
|
||||
}
|
||||
Reference in New Issue
Block a user