chore: fix golang linter

This commit is contained in:
Steven
2024-01-29 19:17:25 +08:00
parent af646ce2de
commit 54c5039db3

View File

@ -9,10 +9,10 @@ import (
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware"
"github.com/usememos/gomark/parser"
"github.com/usememos/gomark/parser/tokenizer"
"github.com/usememos/gomark/renderer"
apiv1 "github.com/usememos/memos/api/v1"
"github.com/usememos/memos/internal/util"
"github.com/usememos/memos/server/profile"