Commit b2d898dc authored by Steven's avatar Steven

chore: fix import order

parent 15425093
...@@ -5,9 +5,9 @@ import ( ...@@ -5,9 +5,9 @@ import (
"database/sql" "database/sql"
"strings" "strings"
"github.com/pkg/errors"
"google.golang.org/protobuf/encoding/protojson" "google.golang.org/protobuf/encoding/protojson"
"github.com/pkg/errors"
storepb "github.com/usememos/memos/proto/gen/store" storepb "github.com/usememos/memos/proto/gen/store"
"github.com/usememos/memos/store" "github.com/usememos/memos/store"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment