github.com/fzfile/BaiduPCS-Go@v0.0.0-20200606205115-4408961cf336/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  }