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

Fixed indentation in code example. (#1338)

This commit is contained in:
Jonathan Bouchard
2019-05-14 13:17:08 -04:00
committed by Vishal Rana
parent 5d2c33ad5d
commit b1bc80528b

View File

@ -57,7 +57,6 @@ package main
import (
"net/http"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware"
)