Browse Source

Update 'scheduler.go'

thisnthat 5 năm trước cách đây
mục cha
commit
79a398c8fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {