Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-12-03 15:50:17 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-18 16:11:48 +0300
commitcf3e077da304e6f4d7c22f8296e1382335d055c6 (patch)
treedbcec1614cc8e8de56921f4a316fd316dee07f67 /scripts/fork_go_templates
parent66beac99c64b5e5fe7bec0bda437ba5858d49a36 (diff)
tpl/internal: Synch Go templates fork with Go 1.16dev
Diffstat (limited to 'scripts/fork_go_templates')
-rw-r--r--scripts/fork_go_templates/main.go2
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 ...")