From a3e74772e722dc19d005ed6ecd87a5bb0ba9fd1c Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Fri, 3 Jul 2015 11:50:59 -0700 Subject: [PATCH] Closes #122, Closes #97 Signed-off-by: Vishal Rana --- README.md | 11 ++++++++++- website/docs/recipes/streaming-response.md | 4 +++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19a0a047..91c27877 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Echo](http://echo.labstack.com) [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/labstack/echo) [![Build Status](http://img.shields.io/travis/labstack/echo.svg?style=flat-square)](https://travis-ci.org/labstack/echo) [![Coverage Status](http://img.shields.io/coveralls/labstack/echo.svg?style=flat-square)](https://coveralls.io/r/labstack/echo) [![Join the chat at https://gitter.im/labstack/echo](https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg?style=flat-square)](https://gitter.im/labstack/echo) -Echo, a fast and unfancy micro web framework for Golang. +A fast and unfancy micro web framework for Golang. ## Features @@ -87,6 +87,15 @@ $ go get github.com/labstack/echo ##[Guide](http://echo.labstack.com/guide) +## Echo System + +Community created packages for Echo + +- [echo-logrus](https://github.com/deoxxa/echo-logrus) +- [go_middleware](https://github.com/rightscale/go_middleware) +- [permissions2](https://github.com/xyproto/permissions2) +- [permissionbolt](https://github.com/xyproto/permissionbolt) + ## Contribute **Use issues for everything** diff --git a/website/docs/recipes/streaming-response.md b/website/docs/recipes/streaming-response.md index 8c175ffa..7aa77cf8 100644 --- a/website/docs/recipes/streaming-response.md +++ b/website/docs/recipes/streaming-response.md @@ -57,7 +57,9 @@ func main() { ## Client -`curl localhost:1323` +```sh +$ curl localhost:1323 +``` ## Output