Alex Pliutau and I discuss what Go programmers should know about Rust, and why the two languages make perfect partners.
All tagged pointer
Alex Pliutau and I discuss what Go programmers should know about Rust, and why the two languages make perfect partners.
How should we test errors in Go? And how does the need for this testing influence the way we construct, handle, and pass around errors within our Golang programs?
Pointers in Go sound scary, but they’re actually very straightforward. Let’s find out what they are, why we need them, and what to watch out for.
What is a map in Golang and how does it work? Are Go maps thread-safe? Are maps pointers? How do you check if a map is empty? Can maps be nil? Go teacher and expert John Arundel answers these and other questions about Go maps.