mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
20 lines
257 B
Markdown
20 lines
257 B
Markdown
|
---
|
||
|
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)
|