mirror of
https://github.com/usememos/memos.git
synced 2025-01-31 17:48:12 +08:00
chore: fix import order
This commit is contained in:
parent
15425093af
commit
b2d898dc15
1 changed files with 1 additions and 1 deletions
|
@ -5,9 +5,9 @@ import (
|
|||
"database/sql"
|
||||
"strings"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
"google.golang.org/protobuf/encoding/protojson"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
storepb "github.com/usememos/memos/proto/gen/store"
|
||||
"github.com/usememos/memos/store"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue