feat(health): check on gotests

This commit is contained in:
Smirnov Olexander 2022-06-21 17:28:10 +03:00
parent 8b3c68e38a
commit acd414d454

View file

@ -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" },
},
},
}