ACAnother reason to use pointers is if one method of the API uses a pointer. Best practice is then to have all methods take pointers even if not necessary. That decreases cognitive load on your API consumers.Comment·Article·Mar 30, 2023·When Should You Use Pointers in Go