2490 shaares
83 private links
83 private links
Indexing pointer receivers:
Important to put the dereferencing in parantheses when trying to index such as this
(*someSlice)[index] = value
if leaving out the parantheses - someSlice[index] - it will not* work