Skip to content

Commit d341efd

Browse files
author
ugjka
committed
v2 path
1 parent b02dff0 commit d341efd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Time zone lookup by Lon and Lat
55
## Usage
66

77
```go
8-
import "github.com/ugjka/go-tz"
8+
import "github.com/ugjka/go-tz/v2"
99
```
1010

1111
### Example

example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package tz_test
33
import (
44
"fmt"
55

6-
"github.com/ugjka/go-tz"
6+
"github.com/ugjka/go-tz/v2"
77
)
88

99
func ExampleGetZone() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/ugjka/go-tz
1+
module github.com/ugjka/go-tz/v2
22

33
require github.com/machinebox/progress v0.2.0
44

test/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"fmt"
55

6-
"github.com/ugjka/go-tz"
6+
"github.com/ugjka/go-tz/v2"
77
)
88

99
func main() {

0 commit comments

Comments
 (0)