Go Slices: Why Your Function Isn't Changing What You Think It Is
10 min read - Beginner-friendly
The bug that confuses every Go beginner
You pass your slice to a function. The function changes some values. You print the slice back in main... and some changes are
rahultomer.hashnode.dev3 min read