mirror of
https://github.com/labstack/echo.git
synced 2025-02-19 19:10:29 +02:00
Sort import order on example in README.md
This commit is contained in:
parent
0c4ad8646a
commit
8b4cce5021
@ -66,9 +66,9 @@ go get github.com/labstack/echo/v4
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"net/http"
|
|
||||||
"github.com/labstack/echo/v4"
|
"github.com/labstack/echo/v4"
|
||||||
"github.com/labstack/echo/v4/middleware"
|
"github.com/labstack/echo/v4/middleware"
|
||||||
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user