renames the cron package (#395)

This commit is contained in:
Mark Chmarny 2020-07-16 18:18:34 -07:00 committed by GitHub
parent b1c8dd5e31
commit b16d55f8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// Licensed under the MIT License.
// ------------------------------------------------------------
package twitter
package cron
import (
"fmt"

View File

@ -3,7 +3,7 @@
// Licensed under the MIT License.
// ------------------------------------------------------------
package twitter
package cron
import (
"os"