Skip to content

Commit

Permalink
v4 package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gumuz committed Jan 30, 2025
1 parent 2bc2d2d commit 4217a98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Latest stable branch is [master](https://github.com/FindHotel/analytics-go/tree/
If you use [go modules](https://blog.golang.org/v2-go-modules):

```shell
go get -u github.com/FindHotel/analytics-go@3.7.0
go get -u github.com/FindHotel/analytics-go@v4.0.0
```

## Documentation
Expand All @@ -38,7 +38,7 @@ package main
import (
"os"

analytics "github.com/FindHotel/analytics-go"
analytics "github.com/FindHotel/analytics-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"os"

"github.com/FindHotel/analytics-go"
"github.com/FindHotel/analytics-go/v4"
"github.com/segmentio/conf"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/track.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"github.com/FindHotel/analytics-go"
"github.com/FindHotel/analytics-go/v4"
)
import "time"

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/FindHotel/analytics-go
module github.com/FindHotel/analytics-go/v4

go 1.21

Expand Down

0 comments on commit 4217a98

Please sign in to comment.