1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

fix import

This commit is contained in:
Darien Raymond 2016-11-22 08:21:10 +01:00
parent 8dbb45bf06
commit b9dde62ae7
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -1,9 +1,8 @@
package freedom package freedom
import ( import (
"io"
"errors" "errors"
"io"
"v2ray.com/core/app" "v2ray.com/core/app"
"v2ray.com/core/app/dns" "v2ray.com/core/app/dns"
"v2ray.com/core/common/alloc" "v2ray.com/core/common/alloc"