diff --git a/main_test.go b/main_test.go new file mode 100644 index 0000000..d8c3782 --- /dev/null +++ b/main_test.go @@ -0,0 +1,11 @@ +package main + +import ( + "testing" + + "github.com/xxjwxc/gormt/data/cmd" +) + +func TestDomain(t *testing.T) { + cmd.Execute() +}