diff --git a/README.md b/README.md index 718abf6..ac01c2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Enumer ![cover.run go](https://cover.run/go/github.com/alvaroloes/enumer.svg?tag=golang-1.10) +# Enumer [![Go Report Card](https://goreportcard.com/badge/github.com/alvaroloes/enumer)](https://goreportcard.com/report/github.com/alvaroloes/enumer) ![cover.run go](https://cover.run/go/github.com/alvaroloes/enumer.svg?tag=golang-1.10) Enumer is a tool to generate Go code that adds useful methods to Go enums (constants with a specific type). It started as a fork of [Rob Pike’s Stringer tool](https://godoc.org/golang.org/x/tools/cmd/stringer).