Skip to content

Commit 384cec2

Browse files
committed
cleanup: fix golint errors
1 parent 0ed912f commit 384cec2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

iscsi/multipath.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ import (
1010
"time"
1111
)
1212

13-
type pathGroup struct {
14-
Paths []path `json:"paths"`
15-
}
16-
17-
type path struct {
18-
Device string `json:"dev"`
19-
}
20-
2113
// ExecWithTimeout execute a command with a timeout and returns an error if timeout is exceeded
2214
func ExecWithTimeout(command string, args []string, timeout time.Duration) ([]byte, error) {
2315
debug.Printf("Executing command '%v' with args: '%v'.\n", command, args)

0 commit comments

Comments
 (0)