kvLine formats a key/value pair aligned for the dashboard.
(k, v string)
| 66 | |
| 67 | // kvLine formats a key/value pair aligned for the dashboard. |
| 68 | func kvLine(k, v string) string { |
| 69 | return keyStyle.Render(k) + valueStyle.Render(v) |
| 70 | } |
no outgoing calls
no test coverage detected