mirror of
https://github.com/labstack/echo.git
synced 2025-09-16 09:16:29 +02:00
@@ -1,6 +1,6 @@
|
||||
# [Echo](http://echo.labstack.com) [](http://godoc.org/github.com/labstack/echo) [](https://raw.githubusercontent.com/labstack/echo/master/LICENSE) [](https://travis-ci.org/labstack/echo) [](https://coveralls.io/r/labstack/echo) [](https://gitter.im/labstack/echo)
|
||||
|
||||
A fast and unfancy micro web framework for Golang.
|
||||
A fast and unfancy micro web framework for Go.
|
||||
|
||||
## Features
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Echo
|
||||
|
||||
A fast and unfancy micro web framework for Golang.
|
||||
A fast and unfancy micro web framework for Go.
|
||||
|
||||
---
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
site_name: Echo
|
||||
theme: journal
|
||||
theme: flatly
|
||||
theme_dir: echo
|
||||
copyright: '© 2015 LabStack'
|
||||
repo_url: https://github.com/labstack/echo
|
||||
@@ -16,4 +16,4 @@ pages:
|
||||
- JWT Authentication: recipes/jwt-authentication.md
|
||||
- Graceful Shutdown: recipes/graceful-shutdown.md
|
||||
extra:
|
||||
site_title: Echo, a fast and unfancy micro web framework for Golang.
|
||||
site_title: Echo, a fast and unfancy micro web framework for Go.
|
||||
|
Reference in New Issue
Block a user