()
| 41 | ) |
| 42 | |
| 43 | func newIndexPageContent() *IndexPageContent { |
| 44 | return &IndexPageContent{ |
| 45 | content: map[string]map[string]string{}, |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | // IndexPageContent is a map of sections to path -> description. |
| 50 | type IndexPageContent struct { |
no outgoing calls