Add iferr integration (#15)
* feat(iferr): add to installer & config * feat(iferr): add first implementation * docs(iferr): add
This commit is contained in:
parent
4b83da6d7f
commit
eb19ecdc05
6 changed files with 35 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ local urls = {
|
|||
gomodifytags = "github.com/fatih/gomodifytags",
|
||||
impl = "github.com/josharian/impl",
|
||||
gotests = "github.com/cweill/gotests/...",
|
||||
iferr = "github.com/koron/iferr",
|
||||
}
|
||||
|
||||
---@param pkg string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue