chore: move cron package to internal (#2180)

pull/2181/head
boojack 2 years ago committed by GitHub
parent c67a69629e
commit a5b3fb2a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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