Fix up template

This commit is contained in:
2024-11-06 00:25:20 +01:00
parent bfe4767ead
commit 0e289d282a
3 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ package main
import (
_ "embed"
"fmt"
"log"
"os"
"text/template"
)
@@ -26,7 +25,6 @@ func init() {
Error.Printf("Error parsing template: %v", err)
return
}
log.Printf("%#v", functionTemplate)
}
type (