Skip to content

Commit 1002f4d

Browse files
committed
chore: add missing on comment for command.Run
1 parent 0273aab commit 1002f4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/command/command.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"github.com/HikariKnight/ls-iommu/pkg/errorcheck"
1212
)
1313

14+
// Run a command and return STDOUT
1415
func Run(binary string, args ...string) ([]string, error) {
1516
var stdout, stderr bytes.Buffer
1617

0 commit comments

Comments
 (0)