Fix example code

This commit is contained in:
Asuka Suzuki 2016-02-24 23:51:21 +09:00
parent f0b8d0aad3
commit dd823845f2
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() {