代码整理
This commit is contained in:
8
utils/func.go
Normal file
8
utils/func.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package utils
|
||||
|
||||
import "strconv"
|
||||
|
||||
// Int64toa Int64转换为String。
|
||||
func Int64toa(v int64) string {
|
||||
return strconv.FormatInt(v, 10)
|
||||
}
|
||||
Reference in New Issue
Block a user