mirror of
https://github.com/usememos/memos.git
synced 2024-11-10 17:02:21 +08:00
chore: tweak imports order
This commit is contained in:
parent
8f37d7490c
commit
c5fa4fe304
1 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,11 @@ import (
|
|||
"context"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
apiv2pb "github.com/usememos/memos/proto/gen/api/v2"
|
||||
"github.com/usememos/memos/store"
|
||||
"google.golang.org/grpc/codes"
|
||||
"google.golang.org/grpc/status"
|
||||
|
||||
apiv2pb "github.com/usememos/memos/proto/gen/api/v2"
|
||||
"github.com/usememos/memos/store"
|
||||
)
|
||||
|
||||
var owner *apiv2pb.User
|
||||
|
|
Loading…
Reference in a new issue