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:
@ -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
|
||||
|
Reference in New Issue
Block a user