On Fri, Jan 29, 2021 at 6:52 PM nishant gupta wrote:
> Being new to programming and to Golang i am running into issues while
> asserting my test case. Looking for help here from the pros -
> Any help is appreciated in this regards. Thanks in advance.
Possibly not a popular advice: When possibl
Hi Gophers,
Being new to programming and to Golang i am running into issues while
asserting my test case. Looking for help here from the pros -
Here is my function i want to Unit test -
func validateK8ResourcesLength(resource prm.Resource) error {
name := resource.GetName()
namespace := resource