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

Move config to app/point

This commit is contained in:
V2Ray
2015-10-30 22:50:45 +01:00
parent 2b45e63607
commit d585ec0593
11 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
package mocks
import (
"github.com/v2ray/v2ray-core/config"
"github.com/v2ray/v2ray-core/app/point/config"
)
type ConnectionConfig struct {