Add verbose guard in parseExamples
This commit is contained in:
parent
5487e88919
commit
3d0bde4f8f
@ -225,7 +225,9 @@ func parseAndRenderSegs(sourcePath string) ([]*Seg, string) {
|
||||
}
|
||||
|
||||
func parseExamples() []*Example {
|
||||
fmt.Println("Parsing examples")
|
||||
if verbose() {
|
||||
fmt.Println("Parsing examples")
|
||||
}
|
||||
exampleNames := readLines("examples.txt")
|
||||
examples := make([]*Example, 0)
|
||||
for _, exampleName := range exampleNames {
|
||||
|
Loading…
x
Reference in New Issue
Block a user