Browse Source

Update 'api.go'

thisnthat 5 years ago
parent
commit
702f27bd42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api.go

+ 1 - 1
api.go

@@ -10,7 +10,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 	"github.com/gorilla/mux"
 )