From c8b3ae78dd88b9604d2bd249d9631646c53542b0 Mon Sep 17 00:00:00 2001 From: Hana Date: Mon, 15 Feb 2021 16:27:21 -0500 Subject: [PATCH] templates: recommend the Go getting started doc This isn't strictly necessary to work with the examples from this tutorial, but knowing the latest behavior of the go toolchain will be helpful when users start to extend the examples. --- public/index.html | 2 +- templates/index.tmpl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index a135d10..830296d 100644 --- a/public/index.html +++ b/public/index.html @@ -15,7 +15,7 @@ Please read the official documentation to learn a bit about Go code, tools packages, - and modules. + and modules.

diff --git a/templates/index.tmpl b/templates/index.tmpl index bb7cb5b..cee4b9d 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -12,6 +12,10 @@ Go is an open source programming language designed for building simple, fast, and reliable software. + Please read the official + documentation + to learn a bit about Go code, tools packages, + and modules.