fix import path

This commit is contained in:
bhpike65
2017-07-11 17:40:34 +08:00
parent ab3f79b00e
commit 768d5cf0cf
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import (
"flag" "flag"
"fmt" "fmt"
"os" "os"
"go-stun/nat" "github.com/bhpike65/go-stun/nat"
"net" "net"
) )

View File

@@ -2,8 +2,8 @@ package nat
import ( import (
"net" "net"
"go-stun/stun" "github.com/bhpike65/go-stun/stun"
"github.com/pkg/errors" "errors"
"fmt" "fmt"
) )
const ( const (