What is preferred (or right) way to group large number of related constants in the Go language? For example C# and C++ both have enum for this.
What is preferred (or right) way to group large number of related constants in the Go language? For example C# and C++ both have enum for this.