InitConsole initializes any platform-specific aspect of the terminal. This method will run for all except Windows.
()
| 6 | // InitConsole initializes any platform-specific aspect of the terminal. |
| 7 | // This method will run for all except Windows. |
| 8 | func InitConsole() {} |