transformHeader is an implementation of rowTransformer which highlights all columns as a Header.
| 308 | // transformHeader is an implementation of rowTransformer which |
| 309 | // highlights all columns as a Header. |
| 310 | type transformHeader struct{} |
| 311 | |
| 312 | // transHeader holds a package-global transformHeader to prevent us |
| 313 | // from continuously allocating a literal of the type whenever we |
nothing calls this directly
no outgoing calls
no test coverage detected