tangled
alpha
login
or
join now
olexsmir.xyz
/
gopher.nvim
[mirror]
Make your go dev experience better
github.com/olexsmir/gopher.nvim
neovim
golang
5
fork
atom
overview
issues
pulls
pipelines
fix(installer): update `gotests` path
olexsmir.xyz
3 years ago
c5096aac
5642af74
options
unified
split
Changed files
+1
-1
lua
gopher
installer.lua
+1
-1
lua/gopher/installer.lua
···
2
2
local urls = {
3
3
gomodifytags = "github.com/fatih/gomodifytags",
4
4
impl = "github.com/josharian/impl",
5
5
-
gotests = "github.com/cweill/gotests",
5
5
+
gotests = "github.com/cweill/gotests/...",
6
6
}
7
7
8
8
---@param pkg string