Merge pull request #12 from tanksuzuki/fix-example-code

Fix example code
This commit is contained in:
Vish Ishaya 2016-02-26 09:07:17 -08:00
commit b87167f660
1 changed files with 2 additions and 1 deletions

View File

@ -20,9 +20,10 @@ Testing (requires root):
package main package main
import ( import (
"fmt"
"net" "net"
"runtime" "runtime"
"github.com/vishvananada/netns" "github.com/vishvananda/netns"
) )
func main() { func main() {