From c1de269ef42d16f64745d2e8afb6fdbb8096f855 Mon Sep 17 00:00:00 2001 From: Smirnov Olexander Date: Tue, 21 Jun 2022 17:58:10 +0300 Subject: [PATCH] feat(installer): add gotests --- lua/gopher/installer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/gopher/installer.lua b/lua/gopher/installer.lua index b0f733a..4b84eb5 100644 --- a/lua/gopher/installer.lua +++ b/lua/gopher/installer.lua @@ -2,6 +2,7 @@ local Job = require "plenary.job" local urls = { gomodifytags = "github.com/fatih/gomodifytags", impl = "github.com/josharian/impl", + gotests = "github.com/cweill/gotests", } local function install(pkg)