Skip to content

Commit 16a2f2a

Browse files
committed
testing
1 parent 9f546e7 commit 16a2f2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/executor.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ import (
1313
"os/exec"
1414
)
1515

16+
17+
18+
19+
20+
21+
1622
type CommandRunner interface {
1723
CommandContext(context.Context, string, ...string) *exec.Cmd
1824
}

0 commit comments

Comments
 (0)