File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33[ ![ 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 )
44[ ![ 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 )
66[ ![ codecov] ( https://codecov.io/gh/codingpot/paperswithcode-go/branch/main/graph/badge.svg?token=MhzDKZOtWK )] ( https://codecov.io/gh/codingpot/paperswithcode-go )
77
88This is a client for PapersWithCode read/write API.
@@ -19,4 +19,4 @@ import "github.com/codingpot/paperswithcode-go"
1919c := paperswithcode_go.NewClient ()
2020papers , _ := c.PaperList (paperswithcode_go.PaperListParamsDefault ())
2121gan , _ := c.PaperGet (paperswithcode_go.GetPaperIDFromPaperTitle (" Generative Adversarial Networks" ))
22- ```
22+ ```
You can’t perform that action at this time.
0 commit comments