diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-12-03 13:50:17 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-02-18 14:11:48 +0100 |
commit | cf3e077da304e6f4d7c22f8296e1382335d055c6 (patch) | |
tree | dbcec1614cc8e8de56921f4a316fd316dee07f67 /scripts | |
parent | 66beac99c64b5e5fe7bec0bda437ba5858d49a36 (diff) | |
download | hugo-cf3e077da304e6f4d7c22f8296e1382335d055c6.tar.gz hugo-cf3e077da304e6f4d7c22f8296e1382335d055c6.zip |
tpl/internal: Synch Go templates fork with Go 1.16dev
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 b66c8a111..4f8bb93d7 100644 --- a/scripts/fork_go_templates/main.go +++ b/scripts/fork_go_templates/main.go @@ -18,7 +18,7 @@ import ( func main() { // TODO(bep) git checkout tag - // The current is built with Go version b68fa57c599720d33a2d735782969ce95eabf794 / go1.15dev + // The current is built with Go version da54dfb6a1f3bef827b9ec3780c98fde77a97d11 / go1.16dev fmt.Println("Forking ...") defer fmt.Println("Done ...") |