Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TemplateCache ¶
type TemplateCache struct { HtmlPath string Entries map[string]TemplateEnt }
BUG(mistone): TemplateCache.Entries accesses need mutual exclusion!
func New ¶
func New(htmlPath string) *TemplateCache
Notes ¶
Bugs ¶
TemplateCache.Entries accesses need mutual exclusion!
may duplicate work if deps are shared...
no protection from infinite build loops!
Click to show internal directories.
Click to hide internal directories.