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

@@ -56,6 +56,7 @@ func main() {
Error.Printf("Error parsing HTML: %v", err)
return
}
foo.Name = "JoinPermanentChannel"
log.Printf("%#v", foo)
err = foo.WriteFile()
if err != nil {