1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-26 03:20:08 +02:00

20 lines
262 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/vishr/recipes/blob/master/echo/recipes/crud)