1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00

Fixed broken build

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-04-19 16:04:31 -07:00
parent 3eeea660fa
commit 467ac2ce9b
4 changed files with 1 additions and 4 deletions

View File

@ -77,7 +77,6 @@ import (
"net/http"
"github.com/labstack/echo"
mw "github.com/labstack/echo/middleware"
)
// Handler

View File

@ -4,7 +4,6 @@ import (
"net/http"
"github.com/labstack/echo"
mw "github.com/labstack/echo/middleware"
)
// Handler

View File

@ -4,7 +4,7 @@ import (
"log"
"time"
"labstack.com/gommon/color"
"github.com/labstack/gommon/color"
)
func Logger(h HandlerFunc) HandlerFunc {

View File

@ -40,7 +40,6 @@ import (
"net/http"
"github.com/labstack/echo"
mw "github.com/labstack/echo/middleware"
)
// Handler