Files
NTrace-core/cmd/cmd_test.go
2023-10-06 21:03:38 +08:00

8 lines
72 B
Go

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