[go-nuts] Re: Golang assertion issues

2021-02-01 Thread peterGo
nishant gupta, You have a bug in your validateK8ResourcesLength function. A fix: https://play.golang.org/p/olKsOOWAmzC Peter On Friday, January 29, 2021 at 12:53:01 PM UTC-5 nishant...@gmail.com wrote: > Hi Gophers, > > Being new to programming and to Golang i am running into issues while >

[go-nuts] Re: Golang assertion issues

2021-02-01 Thread Anderson Queiroz
Hi, Well, you are using a 3th party lib for assertion, and you haven't told which one, so it's hard to reason about it. one idea is to check the library's docs to ensure it's ding the comparison as you expect. 2 things would help to get some insight on your problem are: - format the code,