go-utils
some go utils helper wrapper, i used in my company code.
because beego orm is not used in each db table bind with many go structs, so i writed my self orm with rest.
== wrap router with mux ==
mux: github.com/gorilla/mux
sample see examples/mvc
== go rest api with postgresql ==
- have get + put + delete rest methods
- have authorize support
sample see examples/restAuth
== wrap json config profile ==
sample see examples/.../conf
== wrap other ==
...
== api ==
see wiki
== about us ==
see blogs: https://blogs.pkstate.com