Bläddra i källkod

Update 'scheduler.go'

thisnthat 5 år sedan
förälder
incheckning
79a398c8fd
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      scheduler.go

+ 1 - 1
scheduler.go

@@ -4,7 +4,7 @@ import (
 	"sync"
 	"time"
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 )
 
 type ScheduledJobConfig struct {