When to use POINTERS in programming GOLANG

When to use POINTERS in programming GOLANG


https://www.greatercommons.com/ Pointers are references to address locations in memory. They are their own data types in Golang. You should use a pointer when you have a large amount of data...
Tags:pointers