1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 09:36:34 -05:00

simplify imports

This commit is contained in:
Darien Raymond 2016-11-05 01:00:20 +01:00
parent 3a15f799c2
commit 0727aa0da9
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -9,15 +9,7 @@ import (
"v2ray.com/core/common/log"
// The following are necessary as they register handlers in their init functions.
_ "v2ray.com/core/proxy/blackhole"
_ "v2ray.com/core/proxy/dokodemo"
_ "v2ray.com/core/proxy/freedom"
_ "v2ray.com/core/proxy/http"
_ "v2ray.com/core/proxy/shadowsocks"
_ "v2ray.com/core/proxy/socks"
_ "v2ray.com/core/proxy/vmess/inbound"
_ "v2ray.com/core/proxy/vmess/outbound"
_ "v2ray.com/core"
)
var (