This Go Module has the goal to make it easy to implement CRUD(Create, Update, Retrieve, Delete) http Services. The main idea is to provide a generic implementation for commonly implemented http Handlers, that you only have to implement the parts that are specific to your applications data and models.
To include this Go Module in your Project use the Following.
go get github.com/ChristophBe/grud
This module is an early stage of development so expect changes of its API.