sort tables by name
fix typo
This commit is contained in:
@@ -16,6 +16,6 @@ func TestTools(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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user