1
0
mirror of https://github.com/labstack/echo.git synced 2025-10-30 23:57:38 +02:00

removed old/deprecated import. (#796)

This commit is contained in:
Clinton Freeman
2017-01-03 15:33:42 +10:00
committed by Vishal Rana
parent 412823eabb
commit ff27cfaab3

View File

@@ -80,7 +80,6 @@ import (
"testing"
"github.com/labstack/echo"
"github.com/labstack/echo/engine/standard"
"github.com/stretchr/testify/assert"
)