chore: tweak imports order

This commit is contained in:
Steven 2024-03-21 21:44:43 +08:00
parent 8f37d7490c
commit c5fa4fe304

View file

@ -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