1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-17 01:43:02 +02:00

Reference echo.v1 for every imports

This commit is contained in:
William Riancho
2016-03-11 11:06:06 +01:00
parent b676ad11cf
commit 04c3a0269d
10 changed files with 13 additions and 13 deletions

View File

@ -88,7 +88,7 @@ A fast and unfancy micro web framework for Go.
### Installation
```sh
$ go get github.com/labstack/echo
$ go get gopkg.in/labstack/echo.v1
```
### Hello, World!
@ -101,8 +101,8 @@ package main
import (
"net/http"
"github.com/labstack/echo"
mw "github.com/labstack/echo/middleware"
echo "gopkg.in/labstack/echo.v1"
mw "gopkg.in/labstack/echo.v1/middleware"
)
// Handler