Skip to content

Commit

Permalink
refactor: Rename func to be concise.
Browse files Browse the repository at this point in the history
  • Loading branch information
zntheory committed Jul 9, 2024
1 parent a5d35b7 commit ef7b3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/html_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// HTML template code inspired by https://gowebexamples.com/templates/
func CreateHTMLTemplate() {
func GenerateHTML() {

http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
const templ = `
Expand Down

0 comments on commit ef7b3ae

Please sign in to comment.