Skip to content

Commit 79c9c22

Browse files
authored
docs(README): add go report badge
1 parent e1f0e2b commit 79c9c22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# paperswithcode-go
22

33
[![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)
45
[![Go Reference](https://pkg.go.dev/badge/github.com/codingpot/paperswithcode-go.svg)](https://pkg.go.dev/github.com/codingpot/paperswithcode-go)
56
[![codecov](https://codecov.io/gh/codingpot/paperswithcode-go/branch/main/graph/badge.svg?token=MhzDKZOtWK)](https://codecov.io/gh/codingpot/paperswithcode-go)
67

@@ -18,4 +19,4 @@ import "github.com/codingpot/paperswithcode-go"
1819
c := paperswithcode_go.NewClient()
1920
papers, _ := c.PaperList(paperswithcode_go.PaperListParamsDefault())
2021
gan, _ := c.PaperGet(paperswithcode_go.GetPaperIDFromPaperTitle("Generative Adversarial Networks"))
21-
```
22+
```

0 commit comments

Comments
 (0)