Skip to content

Commit

Permalink
Rename module v2
Browse files Browse the repository at this point in the history
  • Loading branch information
osamingo committed Feb 18, 2022
1 parent 4a6d58a commit 3afcf7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Unofficially [kenall](https://kenall.jp/) (ケンオール) client written by Go
## Install

```shell
$ go get github.com/osamingo/[email protected]
$ go get github.com/osamingo/go-kenall/v2@v2.0.0
```

## APIs supported by this library
Expand All @@ -33,7 +33,7 @@ import (
"log"
"os"

"github.com/osamingo/go-kenall"
"github.com/osamingo/go-kenall/v2"
)

func main() {
Expand Down
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/osamingo/go-kenall
module github.com/osamingo/go-kenall/v2

go 1.17

0 comments on commit 3afcf7f

Please sign in to comment.