diff --git a/classExample.pdf b/classExample.pdf index 9c7581e..b3504d7 100644 Binary files a/classExample.pdf and b/classExample.pdf differ diff --git a/generate.go b/generate.go index 818950e..a3cac1d 100644 --- a/generate.go +++ b/generate.go @@ -74,7 +74,7 @@ func class(file *os.File) { "Week": fmt.Sprintf("Week %d", i+1), } check(body.Execute(file, info)) - day = day.Add(24 * time.Hour) + day = day.Add(24 * 7 * time.Hour) } check(foot.Execute(file, nil)) }