The Daily Go
Trying to grasp Go's pointers
http://stackoverflow.com/q/42594475/6559250
#Beginner #Trick #Pointer
Trying to grasp Go's pointers
http://stackoverflow.com/q/42594475/6559250
#Beginner #Trick #Pointer
Stackoverflow
Trying to grasp Go's pointers
I've written a small snippet to recursively walk a directory and return a slice of files ([]string) based on extension. It seems to work, but I cannot fully get the idea behind pointers and how to