Merge pull request #1 from 9to6/master

fix mistype
This commit is contained in:
Stéphane Depierrepont 2017-07-02 19:29:39 +02:00 committed by GitHub
commit fd3afab50f
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"
)