From f3adbd175f517ec1e8079fc7da726618b340572e Mon Sep 17 00:00:00 2001 From: Dan Markham Date: Wed, 21 Jul 2021 22:39:52 -0700 Subject: [PATCH] wip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24e4376..110c0be 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ 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).