()
| 303 | } |
| 304 | |
| 305 | func (t *filesystemTemplate) Body() []byte { |
| 306 | return githubtemplate.ExtractContents(t.path) |
| 307 | } |
| 308 | |
| 309 | func (t *filesystemTemplate) Title() string { |
| 310 | return githubtemplate.ExtractTitle(t.path) |
nothing calls this directly
no test coverage detected