1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-08 10:15:53 -05:00

fix import

This commit is contained in:
Darien Raymond
2017-02-07 23:33:40 +01:00
parent a0f2dabe5c
commit 6bcce77afb

View File

@@ -7,8 +7,8 @@ import (
"sync/atomic"
"time"
"v2ray.com/core/common/errors"
"v2ray.com/core/app/log"
"v2ray.com/core/common/errors"
"v2ray.com/core/common/predicate"
"v2ray.com/core/transport/internet/internal"
)