()
| 9 | var _Command_index = [...]uint8{0, 4, 11, 15, 20, 33, 40} |
| 10 | |
| 11 | func (i Command) String() string { |
| 12 | if i < 0 || i >= Command(len(_Command_index)-1) { |
| 13 | return "Command(" + strconv.FormatInt(int64(i), 10) + ")" |
| 14 | } |
| 15 | return _Command_name[_Command_index[i]:_Command_index[i+1]] |
| 16 | } |