Fix up template
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user