Massimiliano Ziccardi's contributions
Learning Go: Stale slices explained
Massimiliano Ziccardi
With the Go language, certain operations might result in stale slices. This article breaks down how this can happen and what you need to know to avoid it.
How to fix issues caused by reusing Go error variables
Massimiliano Ziccardi
Learn how to fix unexpected issues caused by reusing error variables in Go code.
Learning Go: Stale slices explained
Massimiliano Ziccardi
With the Go language, certain operations might result in stale slices. This article breaks down how this can happen and what you need to know to avoid it.
How to fix issues caused by reusing Go error variables
Massimiliano Ziccardi
Learn how to fix unexpected issues caused by reusing error variables in Go code.