all repos

gopher.nvim @ c5096aa

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 1 deletions(-)
fix(installer): update `gotests` path
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-06-23 13:17:46 +0300
Parent: 5642af7
M lua/gopher/installer.lua

@@ -2,7 +2,7 @@ local Job = require "plenary.job"

local urls = { gomodifytags = "github.com/fatih/gomodifytags", impl = "github.com/josharian/impl", - gotests = "github.com/cweill/gotests", + gotests = "github.com/cweill/gotests/...", } ---@param pkg string