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

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!
```go
package main
@ -107,7 +105,7 @@ func main() {
##[Examples](https://github.com/labstack/echo/tree/master/examples)
##[Guide](http://labstack.github.io/echo)
##[Guide](http://labstack.github.io/echo/guide)
## Contribute