package report import ( "html/template" "time" "git.schreifuchs.ch/lou-taylor/accounting/issue" ) type Report struct { Date time.Time Issues []issue.Issue Style template.CSS Total string }