1
0
mirror of https://github.com/labstack/echo.git synced 2026-05-16 09:48:24 +02:00
Files
echo/website/content/recipes/embed-resources.md
T
Vishal Rana 9918c9b4e9 updated docs
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
2016-11-16 23:05:53 -08:00

387 B

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

With go.rice

server.go

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

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

Maintainers