mirror of
https://github.com/Naereen/badges.git
synced 2025-12-27 17:38:42 -08:00
Add Rust badges and Update Go Website Link
This commit is contained in:
parent
62adfa84c6
commit
b4e71e337b
1 changed files with 21 additions and 5 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue