Golang_HomeWork/hw08_envdir_tool/executor_test.go

8 lines
91 B
Go

package main
import "testing"
func TestRunCmd(t *testing.T) {
// Place your code here
}