Andrew's Digital Garden

Nil in Go (structs)

The zero value of a struct is not nil, each variable is set to the zero value for its type. A struct pointer has a zero value of nil.

[[go]]

Referred in

Nil in Go (structs)