When Should You Use Pointers in Go
And why you should use them less than you think.
Nov 11, 20216 min read7.1K

Search for a command to run...
Articles tagged with #data-structures
And why you should use them less than you think.

What are interfaces, and how do they work

Using common string operations in Go

No , it is not. At least not in the way you’d expect. Go’s official documentation says this: “ Yes and no. Although Go has types and methods and allows an object-oriented style of programming, there is no type hierarchy. The concept of “interface” in...
