mirror of
https://github.com/Naereen/badges.git
synced 2025-12-27 17:38:42 -08:00
Added some badges for Go lang, cf #17
This commit is contained in:
parent
89b3346068
commit
4267f61a1f
2 changed files with 69 additions and 0 deletions
28
README.md
28
README.md
|
|
@ -16,6 +16,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
|||
* ["Ask me anything" in English](#ask-me-anything-in-english)
|
||||
* ["Demandez moi n'importe quoi" in French](#demandez-moi-nimporte-quoi-in-french)
|
||||
* [Python related](#python-related)
|
||||
* [Go related](#go-related)
|
||||
* [Markdown related](#markdown-related)
|
||||
* [LaTeX related](#latex-related)
|
||||
* [PyPI downloads](#pypi-downloads)
|
||||
|
|
@ -171,6 +172,33 @@ Worse: [](http://u
|
|||
|
||||
----
|
||||
|
||||
## [Go](http://golang.org) related
|
||||
|
||||
[](http://golang.org)
|
||||
```markdown
|
||||
[](http://golang.org)
|
||||
```
|
||||
|
||||
GitHub go.mod Go version (`/github/go-mod/go-version/:user/:repo`):
|
||||
[](https://github.com/gomods/athens)
|
||||
```markdown
|
||||
[](https://github.com/gomods/athens)
|
||||
```
|
||||
|
||||
GoDoc reference (`godoc.org/:user/go/:repo`):
|
||||
[](https://godoc.org/nanomsg.org/go/mangos/v2)
|
||||
```markdown
|
||||
[](https://godoc.org/nanomsg.org/go/mangos/v2)
|
||||
```
|
||||
|
||||
[GoReportCard](https://goreportcard.com/) (`goreportcard.com/badge/github.com/:user/:repo`):
|
||||
[](https://goreportcard.com/report/github.com/nanomsg/mangos)
|
||||
```markdown
|
||||
[](https://goreportcard.com/report/github.com/nanomsg/mangos)
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
## [Markdown](http://commonmark.org) related
|
||||
|
||||
[](http://commonmark.org)
|
||||
|
|
|
|||
41
README.rst
41
README.rst
|
|
@ -185,6 +185,39 @@ Feedback
|
|||
|
||||
--------------
|
||||
|
||||
`Go <http://golang.org>`__ related
|
||||
----------------------------------
|
||||
|
||||
|made-with-Go|
|
||||
|
||||
.. code:: markdown
|
||||
|
||||
[](http://golang.org)
|
||||
|
||||
GitHub go.mod Go version (``/github/go-mod/go-version/:user/:repo``):
|
||||
|GitHub go.mod Go version of a Go module|
|
||||
|
||||
.. code:: markdown
|
||||
|
||||
[](https://github.com/gomods/athens)
|
||||
|
||||
GoDoc reference (``godoc.org/:user/go/:repo``): |GoDoc reference
|
||||
example|
|
||||
|
||||
.. code:: markdown
|
||||
|
||||
[](https://godoc.org/nanomsg.org/go/mangos/v2)
|
||||
|
||||
`GoReportCard <https://goreportcard.com/>`__
|
||||
(``goreportcard.com/badge/github.com/:user/:repo``): |GoReportCard
|
||||
example|
|
||||
|
||||
.. code:: markdown
|
||||
|
||||
[](https://goreportcard.com/report/github.com/nanomsg/mangos)
|
||||
|
||||
--------------
|
||||
|
||||
`Markdown <http://commonmark.org>`__ related
|
||||
--------------------------------------------
|
||||
|
||||
|
|
@ -1296,6 +1329,14 @@ License ? |GitHub license badges|
|
|||
:target: https://www.python.org/
|
||||
.. |made-with-sphinx-doc| image:: https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg
|
||||
:target: https://www.sphinx-doc.org/
|
||||
.. |made-with-Go| image:: https://img.shields.io/badge/Made%20with-Go-1f425f.svg
|
||||
:target: http://golang.org
|
||||
.. |GitHub go.mod Go version of a Go module| image:: https://img.shields.io/github/go-mod/go-version/gomods/athens.svg
|
||||
:target: https://github.com/gomods/athens
|
||||
.. |GoDoc reference example| image:: https://img.shields.io/badge/godoc-reference-blue.svg
|
||||
:target: https://godoc.org/nanomsg.org/go/mangos/v2
|
||||
.. |GoReportCard example| image:: https://goreportcard.com/badge/github.com/nanomsg/mangos
|
||||
:target: https://goreportcard.com/report/github.com/nanomsg/mangos
|
||||
.. |made-with-Markdown| image:: https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg
|
||||
:target: http://commonmark.org
|
||||
.. |made-with-StrapDown.js| image:: https://img.shields.io/badge/Made%20with-StrapDown.js-1f425f.svg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue