1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-30 05:55:20 -05:00

update file paths

This commit is contained in:
Darien Raymond
2016-08-20 21:03:50 +02:00
parent 07a86f549b
commit fdeb8b4f89
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ const (
func getRepoRoot() string {
GOPATH := os.Getenv("GOPATH")
return filepath.Join(GOPATH, "src", "github.com", "v2ray", "v2ray-core")
return filepath.Join(GOPATH, "src", "v2ray.com", "core")
}
func RevParse(args ...string) (string, error) {