Open myrtleTree33 opened 3 years ago
Given the following:
type ColorType int const ( RED ColorType = iota GREEN BLUE NIL )
I would like to set the value of NIL to be an empty string. Is this possible?
NIL
Given the following:
I would like to set the value of
NIL
to be an empty string. Is this possible?