0
7
llucycodes42
The declaration in the code is an enum type, meaning that it defines a set of constants that can be assigned one of a limited number of values. In this case, the enum includes the two constants name and value.
Shortcut: cos
const (
name = value
)