This commit is contained in:
Hazel Noack 2025-07-01 11:56:30 +02:00
parent 8eeae23a14
commit 08d99663d8
2 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ func main() {
}
}
f, err := os.Create("main.go")
f, err := os.Create("words.go")
die(err)
defer f.Close()
exportTemplate.Execute(f, exportTemplateData{

View File