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

@@ -7,7 +7,7 @@ import (
"github.com/labstack/echo/v4"
"go.uber.org/zap"
"github.com/usememos/memos/common/log"
"github.com/usememos/memos/internal/log"
"github.com/usememos/memos/server/profile"
"github.com/usememos/memos/store"
)