From dce935aeb3010a9181f1318090d67fb533d2dc94 Mon Sep 17 00:00:00 2001 From: Jonathan Petitcolas Date: Mon, 29 Jun 2015 10:13:54 +0200 Subject: [PATCH] Add gocrud library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 597b8ce..56b6449 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Go +* [gocrud](https://github.com/manishrjain/gocrud): Go library to simplify creating, updating and deleting arbitrary depth structured data — to make building REST services fast and easy. * [go-json-rest](https://github.com/ant0ine/go-json-rest) - a thin layer on top of `net/http` that helps building RESTufmigl API easily * [sleepy](https://github.com/dougblack/sleepy) - a RESTful micro-framework written in Go * [restit](https://github.com/yookoala/restit) - A Go micro framework to help writing RESTful API integration test