mirror of https://github.com/usememos/memos.git
chore: fix linter
This commit is contained in:
parent
18b9b9d18f
commit
b94682dc4f
|
|
@ -2,8 +2,10 @@ package mysql
|
|||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/usememos/memos/plugin/filter"
|
||||
"github.com/usememos/memos/store"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,10 @@ package postgres
|
|||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/usememos/memos/plugin/filter"
|
||||
"github.com/usememos/memos/store"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue