Are code reviews allowed? I wrote a pretty basic RBAC module while working on a separate learning project and was hoping to get the opinion of more experienced Gophers
Are code reviews allowed? I wrote a pretty basic RBAC module while working on a separate learning project and was hoping to get the opinion of more experienced Gophers
Simple RBAC in Go. Contribute to AsqewLabs/rbacteria development by creating an account on GitHub.
It appears to pass all tests, but I'm not sure if my test writing skills are necessarily that great, I semi-followed the learn go with tests eBook. I appreciate any feedback, and if this isn't an appropriate post for this community just let me know and I'll remove.
Thanks!!
*** Update *** Updated the repository to be a bit more discriptive of what the library is for and added in a small example project of it in action.