String formats the header for display
()
| 909 | |
| 910 | // String formats the header for display |
| 911 | func (h HeaderDisplay) String() string { |
| 912 | return fmt.Sprintf("=== %s — %s ===\n", h.Title, h.Timestamp) |
| 913 | } |
| 914 | |
| 915 | // buildResultDisplay creates a ResultDisplay from AllSectionsData |
| 916 | func buildResultDisplay(data AllSectionsData) ResultDisplay { |
no outgoing calls