Rob Figueiredo hace 6 años
padre
commit
d10bec7141
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cron_test.go

+ 1 - 1
cron_test.go

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