go #49

Merged
niggl merged 96 commits from go into main 2024-12-12 15:11:31 +00:00
5 changed files with 5 additions and 3 deletions
Showing only changes of commit 2537235ce6 - Show all commits

View File

@ -82,8 +82,9 @@ func (t *DefaultTemplater) GenerateBarcode(code string, format string, prefix st
func (t *DefaultTemplater) SelectSponsorImage(id int) (string, error) { func (t *DefaultTemplater) SelectSponsorImage(id int) (string, error) {
sponsors := []string{ sponsors := []string{
"sponsoringheader", "vrbank",
"odit", "odit",
"sparkasse",
} }
return templates.GetImage(sponsors[id%len(sponsors)]), nil return templates.GetImage(sponsors[id%len(sponsors)]), nil
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long