1
0
Fork 0

remove "/"

pull/1/head
Richard Chen 7 years ago
parent 394aa8f937
commit f52020945d
No known key found for this signature in database
GPG Key ID: C789FC6FC2E7BD21

@ -98,7 +98,7 @@ func DetectionPath(gopath string) string {
arrPath := strings.FieldsFunc(path,split)
for _,content := range arrPath {
fullPath := filepath.Join(content, "src", "github.com", "v2ray", "domain-list-community", "data")
_, err1 := os.Stat(fullPath+"/")
_, err1 := os.Stat(fullPath)
if err1 == nil || os.IsExist(err1) {
return fullPath
}

Loading…
Cancel
Save