[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang

fix(installer): update `gotests` path

Changed files
+1 -1
lua
gopher
+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 - gotests = "github.com/cweill/gotests", 5 + gotests = "github.com/cweill/gotests/...", 6 6 } 7 7 8 8 ---@param pkg string