github.com/tickstep/library-go@v0.1.1/checkaccess/check_others.go (about) 1 //+build aix plan9 2 3 package checkaccess 4 5 func AccessRDWR(path string) bool { 6 return true 7 }