comment fix

This commit is contained in:
John
2019-04-04 23:24:27 +08:00
parent 4f10562980
commit 2a29483456

View File

@ -308,7 +308,7 @@ func FuncCost(f func()) int64 {
return Nanosecond() - t
}
// 判断给字符串是否为数字
// 判断给字符串是否为数字
func isNumeric(s string) bool {
length := len(s)
if length == 0 {