(in string)
| 50 | } |
| 51 | |
| 52 | func Bold(in string) string { |
| 53 | return stylize(boldCode, in) |
| 54 | } |
| 55 | |
| 56 | // ColorHash Colors text using a hashing algorithm. The same text will always produce the |
| 57 | // same color while different text will produce a different color. |