Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
fesiong committed Feb 6, 2025
1 parent a6974cc commit 67177e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions provider/fulltext/meilisearch.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package fulltext

import (
"errors"
"fmt"
"github.com/meilisearch/meilisearch-go"
"kandaoni.com/anqicms/config"
"kandaoni.com/anqicms/library"
"log"
"os"
"strconv"
)

Expand Down
2 changes: 0 additions & 2 deletions provider/fulltext/zincSearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ package fulltext
import (
"context"
"errors"
"fmt"
client "github.com/zinclabs/sdk-go-zincsearch"
"kandaoni.com/anqicms/config"
"kandaoni.com/anqicms/library"
"log"
"os"
"strconv"
)

Expand Down

0 comments on commit 67177e1

Please sign in to comment.