mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
add unit test
This commit is contained in:
@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
var testData = map[string]interface{}{
|
||||
"nil": nil,
|
||||
//"nil": nil,
|
||||
"int": int(123),
|
||||
"int8": int8(-99),
|
||||
"int8.max": math.MaxInt8,
|
||||
|
||||
Reference in New Issue
Block a user