diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-11-14 19:13:09 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-11-14 22:31:50 +0100 |
commit | f6ab9553f4c0429586fc9221d1779c460cf4922a (patch) | |
tree | 0f4efed30fb9750b800a4865c5065285bbc4d1fc /scripts | |
parent | 58a98c7758f90a16df51e4fee9ead0233157a1e4 (diff) | |
download | hugo-f6ab9553f4c0429586fc9221d1779c460cf4922a.tar.gz hugo-f6ab9553f4c0429586fc9221d1779c460cf4922a.zip |
tpl/internal: Sync go_templates
Closes #10411
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/fork_go_templates/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fork_go_templates/main.go b/scripts/fork_go_templates/main.go index 9296b7bdd..2f8516e8d 100644 --- a/scripts/fork_go_templates/main.go +++ b/scripts/fork_go_templates/main.go @@ -17,7 +17,7 @@ import ( ) func main() { - // The current is built with 41a82aa9c3 text/template/parse: allow space after continue or break + // The current is built with be7068fb0804f661515c678bee9224b90b32869a text/template: correct assignment, not declaration, in range fmt.Println("Forking ...") defer fmt.Println("Done ...") |