hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit e77b2e3aa0b24c5ca960905772335b27845705eb
parent b5485aeae7e1f73f18835fbf0b8eedc305d450d0
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Wed, 17 Feb 2021 11:57:23 +0100

Pull in latest Go 1.16 template source

Diffstat:
Mscripts/fork_go_templates/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 ...")