Skip to content

Commit

Permalink
fix interface ops implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
miolini committed Jan 25, 2016
1 parent a3b5790 commit 2477b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion network/interface_linux.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package network

import (
"os"
"os/exec"
"fmt"
"strconv"
)

Expand Down

0 comments on commit 2477b01

Please sign in to comment.