chore: add missing on comment for command.Run
This commit is contained in:
parent
0273aabecc
commit
1002f4d64c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ import (
|
|||
"github.com/HikariKnight/ls-iommu/pkg/errorcheck"
|
||||
)
|
||||
|
||||
// Run a command and return STDOUT
|
||||
func Run(binary string, args ...string) ([]string, error) {
|
||||
var stdout, stderr bytes.Buffer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue