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

21 lines
316 B
Markdown
Raw Normal View History

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