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