Background I've used Java for most of my career and am used to the fact all objects are passed by reference, while all primitive types are passed by value. Java has no pointers and you don't have to think about how you pass things around. In Go, stru...
readablecode.hashnode.dev4 min readNo responses yet.