github.com/qjfoidnh/BaiduPCS-Go@v0.0.0-20231011165705-caa18a3765f3/pcsutil/checkaccess/check_others.go (about) 1 //+build aix plan9 2 3 package checkaccess 4 5 func AccessRDWR(path string) bool { 6 return true 7 }