1
0
mirror of https://github.com/labstack/echo.git synced 2025-11-06 08:59:21 +02:00

Separated recipes from the main repo

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-01-09 09:44:18 -08:00
parent 33d8813eb5
commit dbd1e8e230
52 changed files with 424 additions and 877 deletions

View File

@@ -16,4 +16,4 @@ menu:
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/crud)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/crud)

View File

@@ -17,4 +17,4 @@ menu:
- [caarlos0](https://github.com/caarlos0)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/rice)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/rice)

View File

@@ -50,4 +50,4 @@ if _, err = io.Copy(dst, file); err != nil {
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/file-upload)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/file-upload)

View File

@@ -132,4 +132,4 @@ but is outside the scope of this recipe.
- [CaptainCodeman](https://github.com/CaptainCodeman)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/google-app-engine)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/google-app-engine)

View File

@@ -24,6 +24,6 @@ menu:
### Source Code
[graceful](https://github.com/labstack/echo/blob/master/recipes/graceful-shutdown/graceful)
[graceful](https://github.com/vishr/recipes/blob/master/echo/recipes/graceful-shutdown/graceful)
[grace](https://github.com/labstack/echo/blob/master/recipes/graceful-shutdown/grace)
[grace](https://github.com/vishr/recipes/blob/master/echo/recipes/graceful-shutdown/grace)

View File

@@ -16,4 +16,4 @@ menu:
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/hello-world)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/hello-world)

View File

@@ -24,4 +24,4 @@ JSONP is a method that allows cross-domain server calls. You can read more about
- [willf](https://github.com/willf)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/jsonp)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/jsonp)

View File

@@ -55,4 +55,4 @@ $ curl localhost:1323/restricted -H "Authorization: Bearer <token>" => Access g
- [axdg](https://github.com/axdg)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/jwt-authentication)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/jwt-authentication)

View File

@@ -17,4 +17,4 @@ menu:
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/middleware)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/middleware)

View File

@@ -25,4 +25,4 @@ menu:
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/streaming-file-upload)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/streaming-file-upload)

View File

@@ -35,4 +35,4 @@ $ curl localhost:1323
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/streaming-response)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/streaming-response)

View File

@@ -15,4 +15,4 @@ menu:
- [axdg](https://github.com/axdg)
- [vishr](https://github.com/axdg)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/subdomains)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/subdomains)

View File

@@ -22,4 +22,4 @@ menu:
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/website)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/website)

View File

@@ -44,4 +44,4 @@ Hello, Server!
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/websocket)
### [Source Code](https://github.com/vishr/recipes/blob/master/echo/recipes/websocket)