1
0
mirror of https://github.com/labstack/echo.git synced 2026-05-16 09:48:24 +02:00
Files
echo/website/content/cookbook/embed-resources.md
T
Vishal Rana 49321f5829 Updated website and examples
Signed-off-by: Vishal Rana <vr@labstack.com>
2017-01-17 10:47:16 -08:00

380 B

+++ title = "Embed Resources" description = "Embed resources example for Echo" [menu.main] name = "Embed Resources" parent = "cookbook" weight = 14 +++

With go.rice

server.go

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

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

Maintainers