1 files changed,
2 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2022-07-07 14:25:11 +0300
Parent:
eb19ecd
M
README.md
@@ -35,6 +35,7 @@ go = "go",
gomodifytags = "gomodifytags", gotests = "~/go/bin/gotests", -- also you can set custom command path impl = "impl", + iferr = "iferr", }, } ```@@ -52,6 +53,7 @@
- [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: