Skip to content

Commit

Permalink
introduce v2
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleDi committed Mar 27, 2022
1 parent 3382b84 commit 561498d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ See `Example` section for use cases.

## Install
```
go get -u github.com/mailru/go-clickhouse
go get -u github.com/mailru/go-clickhouse/v2
```

## Example
Expand All @@ -87,7 +87,7 @@ import (
"log"
"time"

"github.com/mailru/go-clickhouse"
"github.com/mailru/go-clickhouse/v2"
)

func main() {
Expand Down Expand Up @@ -237,7 +237,7 @@ import (
"log"
"time"

_ "github.com/mailru/go-clickhouse"
_ "github.com/mailru/go-clickhouse/v2"
"github.com/mailru/dbr"
)

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/mailru/go-clickhouse
module github.com/mailru/go-clickhouse/v2

require (
github.com/google/uuid v1.2.0
Expand Down

0 comments on commit 561498d

Please sign in to comment.