Rob Figueiredo 6 years ago
parent
commit
d10bec7141
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cron_test.go

+ 1 - 1
cron_test.go

@@ -4,9 +4,9 @@ import (
 	"bytes"
 	"bytes"
 	"fmt"
 	"fmt"
 	"log"
 	"log"
+	"strings"
 	"sync"
 	"sync"
 	"testing"
 	"testing"
-	"strings"
 	"time"
 	"time"
 )
 )