Skip to content

Commit 70ac12b

Browse files
committed
chore: use v2 in the code examples
1 parent 89c257c commit 70ac12b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For Python version, see https://github.com/paperswithcode/paperswithcode-client
1212
## Quick usage example
1313

1414
```go
15-
import "github.com/codingpot/paperswithcode-go"
15+
import "github.com/codingpot/paperswithcode-go/v2"
1616
```
1717

1818
```go

Diff for: client_example_test.go

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

6-
paperswithcode_go "github.com/codingpot/paperswithcode-go/v2"
6+
"github.com/codingpot/paperswithcode-go/v2"
77
)
88

99
func Example() {

0 commit comments

Comments
 (0)