casbin / casbin-pg-adapter

A go-pg adapter for casbin
https://github.com/casbin/casbin
Apache License 2.0
38 stars 28 forks source link

Travis CI, code coverage, constructor and import sorts #1

Closed hsluoyz closed 4 years ago

pckhoi commented 4 years ago

Added CI and code coverage. What do you mean about constructor and import sorts? Any code style I need to read?

hsluoyz commented 4 years ago

I mean the args of NewAdapter()'s in README. They should be example values instead of ENV variables. It seems you have fixed it :)