AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using a Pointer or a Value?
If you have an object that has a method on it, or i guess we call receivers and go, if that method is going to edit the object, that cannot be a value receiver. That has to be a pointer receiver, or else you're going to become pretty sad. And of course, if it's a value, it's a copy, so you can't. As well as using pointers for some of your methods, that generally you should use them for algust for consist sake.