Zero Types and Nil in Golang
Jun 16, 2023 · 4 min read · Go is Golang, btw. So in Go, zero values are the default values assigned to variables of a particular type when they are declared but not explicitly initialized. The concept The concept of zero values is important in Go because it ensures that variab...
Tt0nghe commented