From e4942aa07048bb3a2c491b32efd446790821146d Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Thu, 7 Jul 2022 14:25:11 +0300 Subject: [PATCH] docs(iferr): add to config & tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05e45f2..6fd9ae0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ require("gopher").setup { gomodifytags = "gomodifytags", gotests = "~/go/bin/gotests", -- also you can set custom command path impl = "impl", + iferr = "iferr", }, } ``` @@ -52,6 +53,7 @@ It will install next tools: - [gomodifytags](https://github.com/fatih/gomodifytags) - [impl](https://github.com/josharian/impl) - [gotests](https://github.com/cweill/gotests) +- [iferr](https://github.com/koron/iferr) 2. Modify struct tags: By default `json` tag will be added/removed, if not set: