chore: move common packages to internal

This commit is contained in:
Steven
2023-10-26 09:02:50 +08:00
parent 9859d77cba
commit 5b3af827e1
27 changed files with 27 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-sql-driver/mysql"
"github.com/pkg/errors"
"github.com/usememos/memos/common/log"
"github.com/usememos/memos/internal/log"
"github.com/usememos/memos/server/profile"
"github.com/usememos/memos/store"
)