File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Go] ( https://github.com/codingpot/paperswithcode-go/v2/actions/workflows/go.yaml/badge.svg )] ( https://github.com/codingpot/paperswithcode-go/v2/actions/workflows/go.yaml )
4
4
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/codingpot/paperswithcode-go )] ( https://goreportcard.com/report/github.com/codingpot/paperswithcode-go )
5
- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/codingpot/paperswithcode-go.svg )] ( https://pkg.go.dev/github.com/codingpot/paperswithcode-go )
5
+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/codingpot/paperswithcode-go/v2 .svg )] ( https://pkg.go.dev/github.com/codingpot/paperswithcode-go/v2 )
6
6
[ ![ codecov] ( https://codecov.io/gh/codingpot/paperswithcode-go/branch/main/graph/badge.svg?token=MhzDKZOtWK )] ( https://codecov.io/gh/codingpot/paperswithcode-go )
7
7
8
8
This is a client for PapersWithCode read/write API.
@@ -19,4 +19,4 @@ import "github.com/codingpot/paperswithcode-go"
19
19
c := paperswithcode_go.NewClient ()
20
20
papers , _ := c.PaperList (paperswithcode_go.PaperListParamsDefault ())
21
21
gan , _ := c.PaperGet (paperswithcode_go.GetPaperIDFromPaperTitle (" Generative Adversarial Networks" ))
22
- ```
22
+ ```
You can’t perform that action at this time.
0 commit comments