From 53ea88dfd6f19b1b3cfa01530f185c198c4d26d9 Mon Sep 17 00:00:00 2001 From: Clifton Kaznocha Date: Fri, 9 Feb 2024 18:34:10 -0800 Subject: [PATCH] Add badges (#3) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e475e52..af655f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # intrange +[![Build Status](https://github.com/ckaznocha/intrange/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ckaznocha/intrange/actions/workflows/ci.yml) +[![Release](http://img.shields.io/github/release/ckaznocha/intrange.svg)](https://github.com/ckaznocha/intrange/releases/latest) +[![GoDoc](https://godoc.org/github.com/ckaznocha/intrange?status.svg)](https://godoc.org/github.com/ckaznocha/intrange) + intrange is a program for checking for loops that could use the [Go 1.22](https://go.dev/ref/spec#Go_1.22) integer range feature.