mirror of
https://github.com/nxtrace/NTrace-core.git
synced 2025-08-12 06:26:39 +00:00
8 lines
72 B
Go
8 lines
72 B
Go
package cmd
|
|
|
|
import "testing"
|
|
|
|
func TestCMD(t *testing.T) {
|
|
Excute()
|
|
}
|