Commit cbcec80c authored by Steven's avatar Steven

chore: fix import order

parent 2b7bd47b
...@@ -9,10 +9,10 @@ import ( ...@@ -9,10 +9,10 @@ import (
"github.com/gorilla/feeds" "github.com/gorilla/feeds"
"github.com/labstack/echo/v4" "github.com/labstack/echo/v4"
"github.com/usememos/gomark" "github.com/usememos/gomark"
"github.com/usememos/gomark/ast" "github.com/usememos/gomark/ast"
"github.com/usememos/gomark/renderer" "github.com/usememos/gomark/renderer"
"github.com/usememos/memos/internal/util" "github.com/usememos/memos/internal/util"
"github.com/usememos/memos/server/profile" "github.com/usememos/memos/server/profile"
"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