Skip to content

Commit

Permalink
fix module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
shmokmt committed Jun 26, 2021
1 parent 97765ae commit 50791aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"flag"
"fmt"

"github.com/go-zhuyin"
"github.com/shmokmt/go-zhuyin"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/go-zhuyin
module github.com/shmokmt/go-zhuyin

go 1.16

Expand Down

0 comments on commit 50791aa

Please sign in to comment.