|
|
|
|
|
by zer00eyz
844 days ago
|
|
>>> But what you notice here is we have no string representation of these Enums so we have to build that out next, for this I just use a map[Operation]string and instantiate this with the defined string constants. Cries in I18N... |
|