> I mostly avoid getters/setters in Go code, unless I have a lot of functions all related to the same thing similarly named. It's the return type that denotes the return. It's already in the function signature.
But I thought Golang doesn't have function overloading, so you also have to name the function appropriately for its use?
But I thought Golang doesn't have function overloading, so you also have to name the function appropriately for its use?