diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-03-16 13:11:29 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-03-16 13:14:23 +0100 |
commit | 3476b5334306cf41842d3ad35b85a9577f5a6567 (patch) | |
tree | 2b557cc3b5f7eb18740fd10c19c0da8ce3be8ccf /scripts/fork_go_templates/main.go | |
parent | e792d27017a614d136cd4c2ff2309ccf0876b3b6 (diff) | |
download | hugo-3476b5334306cf41842d3ad35b85a9577f5a6567.tar.gz hugo-3476b5334306cf41842d3ad35b85a9577f5a6567.zip |
tpl: Pull in Go 1.18 patch that fixes the "no space in {{ continue }} and {{ break }}" bug
Diffstat (limited to 'scripts/fork_go_templates/main.go')
-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 4ffba018f..9296b7bdd 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 Go tag go1.18 4aa1efed4853ea067d665a952eee77c52faac774 + // The current is built with 41a82aa9c3 text/template/parse: allow space after continue or break fmt.Println("Forking ...") defer fmt.Println("Done ...") |