Nothing here yet.
Nothing here yet.
I haven't seen your reply coz I was busy. No, assigning a value to a pointer variable in Go without using the dereferencing operator * only changes the value of the pointer itself, not the value pointed to by the pointer. To change the value of the pointed-to variable, you need to dereference the pointer using the * operator.