mirror of
https://github.com/labstack/echo.git
synced 2025-03-19 21:17:58 +02:00
parent
d70ad0a6c7
commit
a3e74772e7
11
README.md
11
README.md
@ -1,6 +1,6 @@
|
||||
# [Echo](http://echo.labstack.com) [](http://godoc.org/github.com/labstack/echo) [](https://travis-ci.org/labstack/echo) [](https://coveralls.io/r/labstack/echo) [](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**
|
||||
|
@ -57,7 +57,9 @@ func main() {
|
||||
|
||||
## Client
|
||||
|
||||
`curl localhost:1323`
|
||||
```sh
|
||||
$ curl localhost:1323
|
||||
```
|
||||
|
||||
## Output
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user