diff options
Diffstat (limited to 'generate.go')
| -rw-r--r-- | generate.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generate.go b/generate.go index 7e42447..717393d 100644 --- a/generate.go +++ b/generate.go @@ -68,6 +68,7 @@ func (pb *Files) makeNewSortfile(pf *File) error { funcdef := msg.newIterAll(wSort, FRUIT, APPLE, APPLES, LOCK) log.Printf("JUNK: %-2d %20s %20s %20s %20s %s\n", i, FRUIT, APPLE, "", LOCK, funcdef) + log.Printf("JUNK: %-2d %20s %20s %20s %20s %s\n", i, FRUIT, APPLE, "", LOCK, funcdef) } log.Printf("\n") |
