1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00
echo/website/content/recipes/crud.md

20 lines
257 B
Markdown
Raw Normal View History

---
title: CRUD
menu:
side:
parent: recipes
weight: 2
---
### Server
`server.go`
{{< embed "crud/server.go" >}}
### Maintainers
- [vishr](https://github.com/vishr)
### [Source Code](https://github.com/labstack/echo/blob/master/recipes/crud)