#how do I interface{} == interface{}??
7 messages · Page 1 of 1 (latest)
You may want https://pkg.go.dev/reflect#DeepEqual
That looks complicated yet simple...
will try it
noop
that looks like a compil error
7 messages · Page 1 of 1 (latest)
I have two interfaces, I want to only print one when it is NOT EQUAL to the other.. how would I do that?
the interface is an reciever for "cmdResult":[true,1,"1",0,64,0] this data
You may want https://pkg.go.dev/reflect#DeepEqual
That looks complicated yet simple...
will try it
noop
that looks like a compil error