Massimiliano Ziccardi's contributions
Article
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.
Article
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.

Article
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.

Article
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.