mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-29 06:49:05 +08:00
add sponsors
This commit is contained in:
@@ -8,6 +8,9 @@ A web application that generates a report on the quality of an open source go pr
|
||||
|
||||
Support us over on [Patreon](https://www.patreon.com/goreportcard)!
|
||||
|
||||
- [Cooper Press](https://golangweekly.com)
|
||||
- [Cody Wood](https://www.linkedin.com/in/sprkyco/)
|
||||
|
||||
### Installation
|
||||
|
||||
Assuming you already have a recent version of Go installed, pull down the code with `go get`:
|
||||
|
||||
@@ -80,24 +80,12 @@
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Popular Report Cards</th>
|
||||
<th>Sponsored Report Cards</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="table-link"><a href="/report/github.com/golang/crypto">github.com/golang/crypto</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-link"><a href="/report/github.com/cockroachdb/cockroach">github.com/cockroachdb/cockroach</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-link"><a href="/report/github.com/gojp/goreportcard">github.com/gojp/goreportcard</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-link"><a href="/report/github.com/boltdb/bolt">github.com/boltdb/bolt</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table-link"><a href="/report/github.com/docker/docker">github.com/docker/docker</a></td>
|
||||
<td class="table-link"><a href="/report/github.com/sprkyco/g0sh1t">github.com/sprkyco/g0sh1t</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -60,6 +60,8 @@
|
||||
<div class="container">
|
||||
<h1 class="title">Supporters</h1>
|
||||
<ul>
|
||||
<li><a href="https://cooperpress.com">Cooper Press</a></li>
|
||||
<li><a href="https://www.linkedin.com/in/sprkyco/">Cody Wood</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user