Rob Figueiredo há 6 anos atrás
pai
commit
d10bec7141
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      cron_test.go

+ 1 - 1
cron_test.go

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