9 lines
69 B
Go
9 lines
69 B
Go
package exec
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestExec(t *testing.T) {
|
|
}
|