go-acl
go-acl copied to clipboard
Get User Permissions
I see how to use this to adjust a user's permissions but how could I use this to get a user's permissions? Thanks!
Even i have the same issue, how to get the user permissions of a file using this package
@nathan-osman Is this something you'd consider taking a pull request for? I also had need of this functionality, so I put something together over here: https://github.com/zb140/go-acl/tree/get-access-mode.
I went ahead and submitted the pull request; if there are questions or concerns I'm happy to address them.