1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 22:45:24 +00:00
This commit is contained in:
Darien Raymond 2017-04-09 00:54:07 +02:00
parent bc4e2293ef
commit b943581e5b
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -1,13 +1,13 @@
package internet_test
import (
"context"
"testing"
"v2ray.com/core/common/net"
"v2ray.com/core/testing/assert"
"v2ray.com/core/testing/servers/tcp"
. "v2ray.com/core/transport/internet"
"context"
)
func TestDialWithLocalAddr(t *testing.T) {