diff options
| author | Darien Raymond <[email protected]> | 2019-02-10 21:07:38 +0100 |
|---|---|---|
| committer | Darien Raymond <[email protected]> | 2019-02-10 21:07:38 +0100 |
| commit | ffe8374985d3ef3899e5727dcdc48da209a133d2 (patch) | |
| tree | 99216b6f2225eb97e67b138f4d1bfd3fa0cb9007 | |
| parent | 44ed55c7778c940638cbd64544ff239794d8d847 (diff) | |
move to core
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ import ( "github.com/gogo/protobuf/proto" "v2ray.com/core/app/router" "v2ray.com/core/common" - "v2ray.com/ext/tools/conf" + "v2ray.com/core/infra/conf" ) var ( |
