Printf prints to output using string format.
(format string, val ...interface{})
| 34 | Print(val ...interface{}) |
| 35 | // Printf prints to output using string format. |
| 36 | Printf(format string, val ...interface{}) |
| 37 | // ShowPaged shows a paged text that is scrollable. |
| 38 | // This leverages on "less" for unix and "more" for windows. |
| 39 | ShowPaged(text string) error |