Skip to content

Commit 880cbdf

Browse files
committed
changed name to wordsearcher
1 parent 918b3cd commit 880cbdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
wordsearch-cli
1+
wordsearcher

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/rahji/wordsearch-cli
1+
module github.com/rahji/wordsearcher
22

33
go 1.24.5
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"sort"
1313
"strings"
1414

15-
"github.com/rahji/wordsearch-cli/internal/wordlist"
1615
"github.com/rahji/wordsearch/v2"
16+
"github.com/rahji/wordsearcher/internal/wordlist"
1717
"github.com/signintech/gopdf"
1818
"github.com/spf13/pflag"
1919
)

0 commit comments

Comments
 (0)