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"
"fmt"
"os"
"go-stun/nat"
"github.com/bhpike65/go-stun/nat"
"net"
)

View File

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