package page_vote import () type TemplateVars struct { Position int Name string Title string Sentence string MinChoices int MaxChoices int VoteOpen bool VoteRecorded bool Answers []TemplateAnswer TotalVoteCount int } type TemplateAnswer struct { Name string Sentence string VoteCount int } const TEMPLATE_CHOICE_STR = `
Empreinte de l'exécutable: {{.ExeFingerprint}}
Version du commit: {{.CodeCommit}}
Date du commit: {{.CodeDate}}
`