1
0
mirror of https://github.com/labstack/echo.git synced 2025-04-11 11:42:01 +02:00
echo/website/content/recipes/embed-resources.md
Vishal Rana f4b0004d2b website/recipe in the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 09:11:07 -07:00

425 B

+++ title = "Embed Resources Recipe" description = "Embed resources recipe / example for Echo" [menu.side] name = "Embed Resources" parent = "recipes" weight = 14 +++

Embed Resources Recipe

With go.rice

server.go

{{< embed "embed-resources/server.go" >}}

Maintainers

[Source Code]({{< source "embed-resources" >}})