Skip to content

Commit 8b4cce5

Browse files
nephtywsaldas
authored andcommitted
Sort import order on example in README.md
1 parent 0c4ad86 commit 8b4cce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ go get github.com/labstack/echo/v4
6666
package main
6767

6868
import (
69-
"net/http"
7069
"github.com/labstack/echo/v4"
7170
"github.com/labstack/echo/v4/middleware"
71+
"net/http"
7272
)
7373

7474
func main() {

0 commit comments

Comments
 (0)