Files
NTrace-core/cmd/cmd_test.go
2023-01-17 19:08:32 +08:00

8 lines
72 B
Go

package cmd
import "testing"
func TestCMD(t *testing.T) {
Excute()
}