mirror of
https://github.com/usememos/memos.git
synced 2025-10-06 04:24:48 +08:00
chore: move cron package to internal (#2180)
This commit is contained in:
parent
c67a69629e
commit
a5b3fb2a6a
4 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/usememos/memos/plugin/cron"
|
||||
"github.com/usememos/memos/internal/cron"
|
||||
)
|
||||
|
||||
func TestNewMoment(t *testing.T) {
|
Loading…
Add table
Reference in a new issue