From 20b1dbb104b7c55a1ce691a37fb7c09b5c090aea Mon Sep 17 00:00:00 2001 From: Saddam H Date: Wed, 8 Nov 2017 12:02:58 +0600 Subject: [PATCH] Add renderer package (#1669) * Add renderer package Add golang response (JSON, JSONP, XML, YAML, HTML, File) rendering package * Typo fix for renderer package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ec2f74e..a98e6875 100644 --- a/README.md +++ b/README.md @@ -1413,6 +1413,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http. * [negroni](https://github.com/urfave/negroni) - Idiomatic HTTP middleware for Golang. * [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses. +* [renderer](https://github.com/thedevsaddam/renderer) - Simple, lightweight and faster response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go. * [rye](https://github.com/InVisionApp/rye) - Tiny Go middleware library (with canned Middlewares) that supports JWT, CORS, Statsd, and Go 1.7 context. * [stats](https://github.com/thoas/stats) - Go middleware that stores various information about your web application. * [Volatile](https://github.com/volatile/core) - Minimalist middleware stack promoting flexibility, good practices and clean code.