Keyword formats a keyword for display.
(s string)
| 88 | |
| 89 | // Keyword formats a keyword for display. |
| 90 | func Keyword(s string) string { |
| 91 | return pretty.Sprint(DefaultStyles.Keyword, s) |
| 92 | } |
| 93 | |
| 94 | // Placeholder formats a placeholder for display. |
| 95 | func Placeholder(s string) string { |
no outgoing calls
no test coverage detected