chore: move cron package to internal (#2180)

This commit is contained in:
boojack 2023-08-26 23:13:03 +08:00 committed by GitHub
parent c67a69629e
commit a5b3fb2a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"testing"
"time"
"github.com/usememos/memos/plugin/cron"
"github.com/usememos/memos/internal/cron"
)
func TestNewMoment(t *testing.T) {