1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-03 17:59:11 -04:00

refactor shell

This commit is contained in:
Darien Raymond
2016-10-12 16:46:02 +02:00
parent 22ef12a456
commit c1f91567ad
11 changed files with 13 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ func GetTestBinaryPath() string {
}
func GetSourcePath() string {
return filepath.Join("v2ray.com", "core", "shell", "point", "main")
return filepath.Join("v2ray.com", "core", "main")
}
func TestFile(filename string) string {