This commit is contained in:
谢小军
2019-08-03 02:29:04 +08:00
parent 9b2c70bc73
commit 386a16608a

11
main_test.go Normal file
View File

@@ -0,0 +1,11 @@
package main
import (
"testing"
"github.com/xxjwxc/gormt/data/cmd"
)
func TestDomain(t *testing.T) {
cmd.Execute()
}