1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-01 22:09:21 +02:00
echo/website/content/recipes/embed-resources.md

22 lines
387 B
Markdown
Raw Normal View History

+++
title = "Embed Resources Example"
description = "Embed resources example for Echo"
[menu.main]
name = "Embed Resources"
parent = "recipes"
weight = 14
+++
## With go.rice
`server.go`
{{< embed "embed-resources/server.go" >}}
## [Source Code]({{< source "embed-resources" >}})
## Maintainers
- [caarlos0](https://github.com/caarlos0)
- [maddie](https://github.com/maddie)