Skip to content

Commit

Permalink
v2 path
Browse files Browse the repository at this point in the history
  • Loading branch information
ugjka committed Feb 21, 2024
1 parent b02dff0 commit d341efd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Time zone lookup by Lon and Lat
## Usage

```go
import "github.com/ugjka/go-tz"
import "github.com/ugjka/go-tz/v2"
```

### Example
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package tz_test
import (
"fmt"

"github.com/ugjka/go-tz"
"github.com/ugjka/go-tz/v2"
)

func ExampleGetZone() {
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/ugjka/go-tz
module github.com/ugjka/go-tz/v2

require github.com/machinebox/progress v0.2.0

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

"github.com/ugjka/go-tz"
"github.com/ugjka/go-tz/v2"
)

func main() {
Expand Down

0 comments on commit d341efd

Please sign in to comment.