Files
gormt/main_test.go
谢小军 386a16608a 1
2019-08-03 02:29:04 +08:00

12 lines
123 B
Go

package main
import (
"testing"
"github.com/xxjwxc/gormt/data/cmd"
)
func TestDomain(t *testing.T) {
cmd.Execute()
}