From c19f0e1a3a20d058dd53feb7588d2534099d260a Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 10 Sep 2020 23:42:26 +0200 Subject: [PATCH] Add badges to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 21fefd4..50c5ab3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Hex Color Library for Go +![Test](https://github.com/6543/go-hexcolor/workflows/Test/badge.svg?event=push) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![GoDoc](https://godoc.org/github.com/6543/go-hexcolor?status.svg)](https://godoc.org/github.com/6543/go-hexcolor) [![Go Report Card](https://goreportcard.com/badge/github.com/6543/go-hexcolor)](https://goreportcard.com/report/github.com/6543/go-hexcolor) + ## Features: * Normalize/Parse hex color * convert from/to color.RGBA