Articles tagged with ‘pointers’
RSS-
Should you use slices of pointers to structs?
What is the difference between a slice of pointers and a slice of values? And when should you use one or the other? This article explains.
Sun 20 Aug, 2023Read now -
Should you use pointers to slices in Go?
What is the point of using pointers to slices? This article discusses when it's a good idea to use pointers to slices.
Thu 3 Aug, 2023Read now