1
0
mirror of https://github.com/labstack/echo.git synced 2025-02-15 13:53:06 +02:00

Sort import order on example in README.md

This commit is contained in:
nephtyws 2021-10-12 13:49:20 +09:00 committed by Martti T
parent 0c4ad8646a
commit 8b4cce5021

View File

@ -66,9 +66,9 @@ go get github.com/labstack/echo/v4
package main
import (
"net/http"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware"
"net/http"
)
func main() {