From cd753a20b5c59bf0c7c7a62ea6b47720da0c4464 Mon Sep 17 00:00:00 2001 From: Dan Markham Date: Wed, 21 Jul 2021 22:59:18 -0700 Subject: [PATCH] wip --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 5de0623..58ec4e0 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ # Enumer [![GoDoc](https://godoc.org/github.com/dmarkham/enumer?status.svg)](https://godoc.org/github.com/dmarkham/enumer) [![Go Report Card](https://goreportcard.com/badge/github.com/dmarkham/enumer)](https://goreportcard.com/report/github.com/dmarkham/enumer) [![GitHub Release](https://img.shields.io/github/release/dmarkham/enumer.svg)](https://github.com/dmarkham/enumer/releases)[![Build Status](https://travis-ci.org/dmarkham/enumer.svg?branch=master)](https://travis-ci.org/dmarkham/enumer) - 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) maintained by [Álvaro López Espinosa](https://github.com/alvaroloes/enumer). This was again forked here as (https://github.com/dmarkham/enumer) picking up where Álvaro left off. - - ``` $ ./enumer --help Enumer is a tool to generate Go code that adds useful methods to Go enums (constants with a specific type).