mirror of
https://gitee.com/johng/gf
synced 2026-06-07 10:22:11 +08:00
comment fix
This commit is contained in:
@ -308,7 +308,7 @@ func FuncCost(f func()) int64 {
|
||||
return Nanosecond() - t
|
||||
}
|
||||
|
||||
// 判断锁给字符串是否为数字
|
||||
// 判断所给字符串是否为数字
|
||||
func isNumeric(s string) bool {
|
||||
length := len(s)
|
||||
if length == 0 {
|
||||
|
||||
Reference in New Issue
Block a user