Added some badges for Go lang, cf #17

This commit is contained in:
Lilian Besson 2020-07-29 12:38:01 +02:00
parent 89b3346068
commit 4267f61a1f
2 changed files with 69 additions and 0 deletions

View file

@ -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: [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://u
----
## [Go](http://golang.org) related
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org)
```markdown
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org)
```
GitHub go.mod Go version (`/github/go-mod/go-version/:user/:repo`):
[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/gomods/athens.svg)](https://github.com/gomods/athens)
```markdown
[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/gomods/athens.svg)](https://github.com/gomods/athens)
```
GoDoc reference (`godoc.org/:user/go/:repo`):
[![GoDoc reference example](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/nanomsg.org/go/mangos/v2)
```markdown
[![GoDoc reference example](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/nanomsg.org/go/mangos/v2)
```
[GoReportCard](https://goreportcard.com/) (`goreportcard.com/badge/github.com/:user/:repo`):
[![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](https://goreportcard.com/report/github.com/nanomsg/mangos)
```markdown
[![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](https://goreportcard.com/report/github.com/nanomsg/mangos)
```
----
## [Markdown](http://commonmark.org) related
[![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org)

View file

@ -185,6 +185,39 @@ Feedback
--------------
`Go <http://golang.org>`__ related
----------------------------------
|made-with-Go|
.. code:: markdown
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](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
[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/gomods/athens.svg)](https://github.com/gomods/athens)
GoDoc reference (``godoc.org/:user/go/:repo``): |GoDoc reference
example|
.. code:: markdown
[![GoDoc reference example](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/nanomsg.org/go/mangos/v2)
`GoReportCard <https://goreportcard.com/>`__
(``goreportcard.com/badge/github.com/:user/:repo``): |GoReportCard
example|
.. code:: markdown
[![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](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