Skip to content

Commit

Permalink
fixed naming issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 23, 2023
1 parent dcf7403 commit 2d2826f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ func iterate(count int32) []int32 {
return items
}

//go:embed emailTemplates/feedbackBody.gohtml
//go:embed email_templates/feedback_body.gohtml
var htmlFeedbackBody string

//go:embed emailTemplates/feedbackBody.txt.tmpl
//go:embed email_templates/feedback_body.txt.tmpl
var txtFeedbackBody string

func parseTemplates() (*htmlTemplate.Template, *textTemplate.Template, error) {
Expand Down
File renamed without changes.

0 comments on commit 2d2826f

Please sign in to comment.