Skip to content

Commit

Permalink
docs(iferr): add to config & tools
Browse files Browse the repository at this point in the history
  • Loading branch information
olexsmir committed Jul 7, 2022
1 parent eb19ecd commit e4942aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ require("gopher").setup {
gomodifytags = "gomodifytags",
gotests = "~/go/bin/gotests", -- also you can set custom command path
impl = "impl",
iferr = "iferr",
},
}
```
Expand All @@ -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:
Expand Down

0 comments on commit e4942aa

Please sign in to comment.