all repos

gopher.nvim @ acd414d

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 0 deletions(-)
feat(health): check on gotests
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-21 17:51:59 +0300
Parent: 8b3c68e
M lua/gopher/health.lua

@@ -9,6 +9,7 @@ binarys = {

{ bin = "go", help = "required for GoMod, GoGet, GoGenerate command" }, { bin = "gomodifytags", help = "required for modify struct tags" }, { bin = "impl", help = "required for interface implementing" }, + { bin = "gotests", help = "required for test(s) generation" }, }, }, }