go1.4源码目录变更
@ -333,6 +333,13 @@ func isSystemPackage(pkgpath string) bool {
if utils.FileExists(wg) {
return true
}
//TODO(zh):support go1.4
wg, _ = filepath.EvalSymlinks(filepath.Join(goroot, "src", pkgpath))
return false
The note is not visible to the blocked user.