We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918b3cd commit 880cbdfCopy full SHA for 880cbdf
.gitignore
@@ -1 +1 @@
1
-wordsearch-cli
+wordsearcher
go.mod
@@ -1,4 +1,4 @@
-module github.com/rahji/wordsearch-cli
+module github.com/rahji/wordsearcher
2
3
go 1.24.5
4
main.go
@@ -12,8 +12,8 @@ import (
12
"sort"
13
"strings"
14
15
- "github.com/rahji/wordsearch-cli/internal/wordlist"
16
"github.com/rahji/wordsearch/v2"
+ "github.com/rahji/wordsearcher/internal/wordlist"
17
"github.com/signintech/gopdf"
18
"github.com/spf13/pflag"
19
)
0 commit comments