tools: add stringer support

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-30 23:00:16 +00:00
parent 1dd7cb19a8
commit a15deb7e42
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -4,4 +4,5 @@ package tools
import (
_ "github.com/mgechev/revive"
_ "golang.org/x/tools/cmd/stringer"
)