feat(installer): add gotests
This commit is contained in:
parent
70297f28e7
commit
c1de269ef4
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ local Job = require "plenary.job"
|
||||||
local urls = {
|
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",
|
||||||
}
|
}
|
||||||
|
|
||||||
local function install(pkg)
|
local function install(pkg)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue