Tweak logged text
This commit is contained in:
parent
cdbdae9715
commit
cb0f0a3056
@ -285,7 +285,7 @@ func renderIndex(examples []*Example) {
|
|||||||
|
|
||||||
func renderExamples(examples []*Example) {
|
func renderExamples(examples []*Example) {
|
||||||
if verbose() {
|
if verbose() {
|
||||||
fmt.Println("Generating HTML")
|
fmt.Println("Rendering templates")
|
||||||
}
|
}
|
||||||
exampleTmpl := template.New("example")
|
exampleTmpl := template.New("example")
|
||||||
_, err := exampleTmpl.Parse(mustReadFile("templates/example.tmpl"))
|
_, err := exampleTmpl.Parse(mustReadFile("templates/example.tmpl"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user