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>2021-02-17 13:57:23 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-18 16:11:48 +0300
commite77b2e3aa0b24c5ca960905772335b27845705eb (patch)
treee2da3077d5a226dc09628a01abd03dc55367f767 /scripts/fork_go_templates
parentb5485aeae7e1f73f18835fbf0b8eedc305d450d0 (diff)
Pull in latest Go 1.16 template source
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 0b76020d0..f550efbbb 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 c8bd8010ff7c0115bf186443119216ba51f09d2b / go1.16dev
+ // The current is built with Go version 2f0da6d9e29d9b9d5a4d10427ca9f71d12bbacc8 / go1.16
fmt.Println("Forking ...")
defer fmt.Println("Done ...")