From cbcec80c5daa1a962a0d2d9653a165f89c25bd22 Mon Sep 17 00:00:00 2001 From: Steven <stevenlgtm@gmail.com> Date: Mon, 29 Jan 2024 21:08:30 +0800 Subject: [PATCH] chore: fix import order --- api/rss/rss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/rss/rss.go b/api/rss/rss.go index 1124fd3d..e7f54a9e 100644 --- a/api/rss/rss.go +++ b/api/rss/rss.go @@ -9,10 +9,10 @@ import ( "github.com/gorilla/feeds" "github.com/labstack/echo/v4" - "github.com/usememos/gomark" "github.com/usememos/gomark/ast" "github.com/usememos/gomark/renderer" + "github.com/usememos/memos/internal/util" "github.com/usememos/memos/server/profile" "github.com/usememos/memos/store"