From f78942bfb631f574cbabd2eb32be5056c69fb2d2 Mon Sep 17 00:00:00 2001 From: aykhans Date: Mon, 26 Jan 2026 11:32:20 +0000 Subject: [PATCH] Add pkg.go.dev, Go Report Card, and license badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 41cc4eb..26aad29 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ ## Sarin is a high-performance HTTP load testing tool built with Go and fasthttp. +[![Go Reference](https://pkg.go.dev/badge/go.aykhans.me/sarin.svg)](https://pkg.go.dev/go.aykhans.me/sarin) +[![Go Report Card](https://goreportcard.com/badge/github.com/aykhans/sarin)](https://goreportcard.com/report/github.com/aykhans/sarin) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + ![Demo](docs/static/demo.gif)