chore: tweak folder naming style

This commit is contained in:
Steven
2024-09-04 23:29:18 +08:00
parent b664653306
commit 4209575244
4 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ import (
"github.com/usememos/memos/plugin/webhook"
v1pb "github.com/usememos/memos/proto/gen/api/v1"
storepb "github.com/usememos/memos/proto/gen/store"
memoproperty "github.com/usememos/memos/server/runner/memo_property"
memoproperty "github.com/usememos/memos/server/runner/memoproperty"
"github.com/usememos/memos/store"
)