1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-09 22:19:07 -04:00

unified import path

This commit is contained in:
v2ray
2016-08-20 20:55:45 +02:00
parent 6a878432dc
commit 07a86f549b
248 changed files with 759 additions and 757 deletions

View File

@@ -5,8 +5,8 @@ package loader
import (
"encoding/json"
"github.com/v2ray/v2ray-core/common"
"github.com/v2ray/v2ray-core/common/log"
"v2ray.com/core/common"
"v2ray.com/core/common/log"
)
type JSONConfigLoader struct {

View File

@@ -2,7 +2,7 @@ package loader
import (
"errors"
"github.com/v2ray/v2ray-core/common"
"v2ray.com/core/common"
)
var (