From acd414d454331efc0070e0384f79a85084f30a0d Mon Sep 17 00:00:00 2001 From: Smirnov Olexander Date: Tue, 21 Jun 2022 17:28:10 +0300 Subject: [PATCH] feat(health): check on gotests --- lua/gopher/health.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/gopher/health.lua b/lua/gopher/health.lua index 72de74d..30ab04f 100644 --- a/lua/gopher/health.lua +++ b/lua/gopher/health.lua @@ -9,6 +9,7 @@ local M = { { 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" }, }, }, }