Add Rust badges and Update Go Website Link

This commit is contained in:
Stark Programmer 2022-03-05 19:35:12 +05:30 committed by GitHub
parent 62adfa84c6
commit b4e71e337b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md
- [Google Collab](#google-collab) - [Google Collab](#google-collab)
- [Binder](#binder) - [Binder](#binder)
- [Go related](#go-related) - [Go related](#go-related)
- [Rust related](#rust-related)
- [Markdown related](#markdown-related) - [Markdown related](#markdown-related)
- [LaTeX related](#latex-related) - [LaTeX related](#latex-related)
- [PyPI downloads](#pypi-downloads) - [PyPI downloads](#pypi-downloads)
@ -225,16 +226,16 @@ Worse: [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://u
``` ```
---- ----
## [Go](http://golang.org) related ## [Go](https://go.dev/) related
[![forthebadge made-with-go](http://ForTheBadge.com/images/badges/made-with-go.svg)](http://golang.org/) [![forthebadge made-with-go](http://ForTheBadge.com/images/badges/made-with-go.svg)](https://go.dev/)
```markdown ```markdown
[![forthebadge made-with-go](http://ForTheBadge.com/images/badges/made-with-go.svg)](http://golang.org/) [![forthebadge made-with-go](http://ForTheBadge.com/images/badges/made-with-go.svg)](https://go.dev/)
``` ```
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org) [![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](https://go.dev/)
```markdown ```markdown
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org) [![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](https://go.dev/)
``` ```
GitHub go.mod Go version (`/github/go-mod/go-version/:user/:repo`): GitHub go.mod Go version (`/github/go-mod/go-version/:user/:repo`):
@ -255,6 +256,21 @@ GoDoc reference (`godoc.org/:user/go/:repo`):
[![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](https://goreportcard.com/report/github.com/nanomsg/mangos) [![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](https://goreportcard.com/report/github.com/nanomsg/mangos)
``` ```
----
## [Rust](https://www.rust-lang.org/) related
[![forthebadge made-with-rust](http://ForTheBadge.com/images/badges/made-with-rust.svg)](https://www.rust-lang.org/)
```markdown
[![forthebadge made-with-rust](http://ForTheBadge.com/images/badges/made-with-rust.svg)](https://www.rust-lang.org/)
```
[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg)](https://www.rust-lang.org/)
```markdown
[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg)](https://www.rust-lang.org/)
```
---- ----
## [Markdown](http://commonmark.org) related ## [Markdown](http://commonmark.org) related