mirror of
https://github.com/Naereen/badges.git
synced 2025-12-15 18:00:05 +01:00
Add Rust badges and Update Go Website Link
This commit is contained in:
26
README.md
26
README.md
@@ -22,6 +22,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md
|
||||
- [Google Collab](#google-collab)
|
||||
- [Binder](#binder)
|
||||
- [Go related](#go-related)
|
||||
- [Rust related](#rust-related)
|
||||
- [Markdown related](#markdown-related)
|
||||
- [LaTeX related](#latex-related)
|
||||
- [PyPI downloads](#pypi-downloads)
|
||||
@@ -225,16 +226,16 @@ Worse: [](http://u
|
||||
```
|
||||
----
|
||||
|
||||
## [Go](http://golang.org) related
|
||||
## [Go](https://go.dev/) related
|
||||
|
||||
[](http://golang.org/)
|
||||
[](https://go.dev/)
|
||||
```markdown
|
||||
[](http://golang.org/)
|
||||
[](https://go.dev/)
|
||||
```
|
||||
|
||||
[](http://golang.org)
|
||||
[](https://go.dev/)
|
||||
```markdown
|
||||
[](http://golang.org)
|
||||
[](https://go.dev/)
|
||||
```
|
||||
|
||||
GitHub go.mod Go version (`/github/go-mod/go-version/:user/:repo`):
|
||||
@@ -255,6 +256,21 @@ GoDoc reference (`godoc.org/:user/go/:repo`):
|
||||
[](https://goreportcard.com/report/github.com/nanomsg/mangos)
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
## [Rust](https://www.rust-lang.org/) related
|
||||
|
||||
[](https://www.rust-lang.org/)
|
||||
```markdown
|
||||
[](https://www.rust-lang.org/)
|
||||
```
|
||||
|
||||
[](https://www.rust-lang.org/)
|
||||
```markdown
|
||||
[](https://www.rust-lang.org/)
|
||||
```
|
||||
|
||||
|
||||
----
|
||||
|
||||
## [Markdown](http://commonmark.org) related
|
||||
|
||||
Reference in New Issue
Block a user