Unexport the target handlers

These are of no interest outside the package.
This commit is contained in:
Bjørn Erik Pedersen
2016-03-05 20:56:38 +01:00
parent 27f8d8f963
commit 023992abad
6 changed files with 44 additions and 44 deletions

View File

@@ -443,7 +443,7 @@ e`,
s := &Site{
Source: &source.InMemorySource{ByteSource: sources},
Targets: targetList{Page: &target.PagePub{UglyURLs: false}},
targets: targetList{page: &target.PagePub{UglyURLs: false}},
}
s.initializeSiteInfo()