File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Time zone lookup by Lon and Lat
5
5
## Usage
6
6
7
7
``` go
8
- import " github.com/ugjka/go-tz"
8
+ import " github.com/ugjka/go-tz/v2 "
9
9
```
10
10
11
11
### Example
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package tz_test
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/ugjka/go-tz"
6
+ "github.com/ugjka/go-tz/v2 "
7
7
)
8
8
9
9
func ExampleGetZone () {
Original file line number Diff line number Diff line change 1
- module github.com/ugjka/go-tz
1
+ module github.com/ugjka/go-tz/v2
2
2
3
3
require github.com/machinebox/progress v0.2.0
4
4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/ugjka/go-tz"
6
+ "github.com/ugjka/go-tz/v2 "
7
7
)
8
8
9
9
func main () {
You can’t perform that action at this time.
0 commit comments