1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-10 00:28:23 +02:00
echo/website/content/recipes/hello-world.md

23 lines
350 B
Markdown
Raw Normal View History

+++
title = "Hello World Recipe"
description = "Hello world recipe / example for Echo"
[menu.side]
name = "Hello World"
parent = "recipes"
weight = 1
+++
## Hello World Recipe
### Server
`server.go`
{{< embed "hello-world/server.go" >}}
### Maintainers
- [vishr](https://github.com/vishr)
### [Source Code]({{< source "hello-world" >}})