chore: rename module

This commit is contained in:
boojack
2022-06-27 22:09:06 +08:00
parent a62c982a3d
commit 011fcc7dd4
22 changed files with 54 additions and 36 deletions

View File

@ -2,10 +2,11 @@ package server
import (
"fmt"
"memos/server/profile"
"memos/store"
"time"
"github.com/usememos/memos/server/profile"
"github.com/usememos/memos/store"
"github.com/gorilla/securecookie"
"github.com/gorilla/sessions"
"github.com/labstack/echo-contrib/session"