Unverified Commit b94682dc authored by Johnny's avatar Johnny Committed by GitHub

chore: fix linter

parent 18b9b9d1
...@@ -2,8 +2,10 @@ package mysql ...@@ -2,8 +2,10 @@ package mysql
import ( import (
"context" "context"
"fmt"
"strings" "strings"
"github.com/usememos/memos/plugin/filter"
"github.com/usememos/memos/store" "github.com/usememos/memos/store"
) )
......
...@@ -2,8 +2,10 @@ package postgres ...@@ -2,8 +2,10 @@ package postgres
import ( import (
"context" "context"
"fmt"
"strings" "strings"
"github.com/usememos/memos/plugin/filter"
"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