From 36c753e33d70e2d2c2be4fd75938e0ad1a649622 Mon Sep 17 00:00:00 2001 From: antoine Date: Tue, 3 Feb 2015 06:58:55 +0000 Subject: [PATCH] README autogen for v3 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 474bda6..ea4fedd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/ant0ine/go-json-rest/rest) [![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/ant0ine/go-json-rest/master/LICENSE) [![build](https://img.shields.io/travis/ant0ine/go-json-rest.svg?style=flat)](https://travis-ci.org/ant0ine/go-json-rest) -*v3.0.0 is under active development, see the [design thread](https://github.com/ant0ine/go-json-rest/issues/110), and the [Pull Request](https://github.com/ant0ine/go-json-rest/pull/123/)* **Go-Json-Rest** is a thin layer on top of `net/http` that helps building RESTful JSON APIs easily. It provides fast and scalable request routing using a Trie based implementation, helpers to deal with JSON requests and responses, and middlewares for functionalities like CORS, Auth, Gzip, Status ...