I2S covert int to string
(i int)
| 54 | |
| 55 | // I2S covert int to string |
| 56 | func I2S(i int) string { |
| 57 | return strconv.Itoa(i) |
| 58 | } |
| 59 | |
| 60 | func getHelpContent() string { |
| 61 | helpContent := `[::b][yellow]━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━[white] |
no outgoing calls