Skip to content

Commit

Permalink
change pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohrusky committed Aug 23, 2023
1 parent 2268169 commit b3db344
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# chinese-sensitive-go
# sensitive-go
sensitive word check in GO
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/Tohrusky/chinese-sensitive-go
module github.com/Tohrusky/sensitive-go

go 1.20
2 changes: 1 addition & 1 deletion sensitive/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package sensitive

import (
"bufio"
"github.com/Tohrusky/chinese-sensitive-go/sdict"
"github.com/Tohrusky/sensitive-go/sdict"
"io"
"net/http"
"os"
Expand Down

0 comments on commit b3db344

Please sign in to comment.