Sfoglia il codice sorgente

Update 'scheduler.go'

thisnthat 5 anni fa
parent
commit
79a398c8fd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {