1
0
mirror of https://github.com/labstack/echo.git synced 2025-09-16 09:16:29 +02:00
This commit is contained in:
Vishal Rana
2015-04-25 22:32:50 -07:00

View File

@@ -73,8 +73,6 @@ $ go get github.com/labstack/echo
##[Hello, World!](https://github.com/labstack/echo/tree/master/examples/hello) ##[Hello, World!](https://github.com/labstack/echo/tree/master/examples/hello)
> Hello, World!
```go ```go
package main package main
@@ -107,7 +105,7 @@ func main() {
##[Examples](https://github.com/labstack/echo/tree/master/examples) ##[Examples](https://github.com/labstack/echo/tree/master/examples)
##[Guide](http://labstack.github.io/echo) ##[Guide](http://labstack.github.io/echo/guide)
## Contribute ## Contribute