This commit is contained in:
谢小军
2020-01-21 22:52:01 +08:00
parent 884065934b
commit 40f837aecf

View File

@@ -15,6 +15,6 @@ func TestMain(t *testing.T) {
// out, _ := json.Marshal(pkg)
// tools.WriteFile("test.txt", []string{string(out)}, true)
list := model.Generate(pkg)
list, _ := model.Generate(pkg)
fmt.Println(list)
}