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