mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-13 23:22:10 +08:00
更改ID太长问题
This commit is contained in:
@@ -6,3 +6,8 @@ func TestToCamelCase(t *testing.T) {
|
||||
camelCase := ToCamelCase("hello_world")
|
||||
t.Log(camelCase)
|
||||
}
|
||||
|
||||
func TestGenerateID(t *testing.T) {
|
||||
id := GenerateID()
|
||||
t.Log(id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user