mirror of
https://github.com/bhpike65/go-stun.git
synced 2025-09-26 19:11:12 +08:00
fix import path
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"os"
|
||||
"go-stun/nat"
|
||||
"github.com/bhpike65/go-stun/nat"
|
||||
"net"
|
||||
)
|
||||
|
||||
|
@@ -2,8 +2,8 @@ package nat
|
||||
|
||||
import (
|
||||
"net"
|
||||
"go-stun/stun"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/bhpike65/go-stun/stun"
|
||||
"errors"
|
||||
"fmt"
|
||||
)
|
||||
const (
|
||||
@@ -174,4 +174,4 @@ func (d *NATBehaviorDiscovery) String() string {
|
||||
}
|
||||
}
|
||||
return ret
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user