1
0

fix generated by message

This commit is contained in:
Arpad Ryszka 2025-10-07 12:57:19 +02:00
parent 2fbcde5daf
commit 404d4444f3
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ func main() {
_, err = fmt.Fprintf(os.Stdout, f, a...) _, err = fmt.Fprintf(os.Stdout, f, a...)
} }
printf("// generated by ../script/generate-tags.go\n") printf("// generated by ../internal/script/generate-tags.go\n")
printf("\n") printf("\n")
printf("package tag\n") printf("package tag\n")
printf("import \"code.squareroundforest.org/arpio/html\"\n") printf("import \"code.squareroundforest.org/arpio/html\"\n")

View File

@ -44,7 +44,7 @@ func main() {
_, err = fmt.Fprintf(os.Stdout, f, a...) _, err = fmt.Fprintf(os.Stdout, f, a...)
} }
printf("// generated by ../script/promote-to-tags.go\n") printf("// generated by ../internal/script/promote-to-tags.go\n")
printf("\n") printf("\n")
printf("package tag\n") printf("package tag\n")
printf("import \"code.squareroundforest.org/arpio/html\"\n") printf("import \"code.squareroundforest.org/arpio/html\"\n")