Add go report card

This commit is contained in:
Alvaro Lopez Espinosa 2018-03-09 17:08:50 +00:00
parent 348e446ba6
commit c5796a6202
1 changed files with 1 additions and 1 deletions

View File

@ -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 Pikes Stringer tool](https://godoc.org/golang.org/x/tools/cmd/stringer).