From 2a831454453cccc63b64fa8b325e07eae9638ecd Mon Sep 17 00:00:00 2001 From: George Psarakis Date: Sun, 6 Oct 2024 22:07:18 +0300 Subject: [PATCH] Add pkg.go.dev badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d2b845..ba8eaee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # go-httpclient -## Summary +[![Go Reference](https://pkg.go.dev/badge/github.com/georgepsarakis/go-httpclient.svg)](https://pkg.go.dev/github.com/georgepsarakis/go-httpclient) + +## Overview **go-httpclient** aims to reduce the boilerplate of HTTP request/response setup for Go, along with providing out-of-the-box testing in a standardized way.