1
0
Çatalla 0
Bu işleme şunda yer alıyor:
astaxie 2017-04-24 21:00:39 +08:00
ebeveyn 6afbafa250
işleme ffbe29ae22
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme

Dosyayı Görüntüle

@ -60,9 +60,6 @@ func GetGOPATHs() []string {
// IsInGOPATH checks whether the path is inside of any GOPATH or not
func IsInGOPATH(thePath string) bool {
if runtime.GOOS == "windows" {
thePath = filepath.ToSlash(thePath)
}
for _, gopath := range GetGOPATHs() {
if strings.Contains(thePath, filepath.Join(gopath, "src")) {
return true