1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

Closes #122, Closes #97

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-07-03 11:50:59 -07:00
parent d70ad0a6c7
commit a3e74772e7
2 changed files with 13 additions and 2 deletions

View File

@ -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**

View File

@ -57,7 +57,9 @@ func main() {
## Client
`curl localhost:1323`
```sh
$ curl localhost:1323
```
## Output