feat(iferr): add to installer & config

This commit is contained in:
Smirnov Oleksandr 2022-07-06 23:20:54 +03:00
parent 4b83da6d7f
commit ebfbe12461
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ local M = {
gomodifytags = "gomodifytags", gomodifytags = "gomodifytags",
gotests = "gotests", gotests = "gotests",
impl = "impl", impl = "impl",
iferr = "iferr",
}, },
}, },
} }

View file

@ -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