all repos

gopher.nvim @ e4942aa07048bb3a2c491b32efd446790821146d

Minimalistic plugin for Go development
1 files changed, 2 insertions(+), 0 deletions(-)
docs(iferr): add to config & tools
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: