mirror of https://github.com/usememos/memos.git
chore: fix golang linter
This commit is contained in:
parent
af646ce2de
commit
54c5039db3
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue