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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user