fix mistype

This commit is contained in:
tkwon 2017-06-23 20:37:48 +09:00
parent da123c7cdc
commit 3d2bac20f2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"os"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/gin-gonic/gin"
)