From 4d39ad96032785df228d5b12f761421b63e11d38 Mon Sep 17 00:00:00 2001 From: Lei Mao Date: Tue, 23 Jan 2024 08:55:52 -0800 Subject: [PATCH] Fixes golang/go#60627. --- _content/doc/tutorial/create-module.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_content/doc/tutorial/create-module.html b/_content/doc/tutorial/create-module.html index 094f2541b0..6ca8b297f2 100644 --- a/_content/doc/tutorial/create-module.html +++ b/_content/doc/tutorial/create-module.html @@ -67,6 +67,9 @@

Prerequisites

Some programming experience. The code here is pretty simple, but it helps to know something about functions, loops, and arrays. +
  • + An installation of Go 1.20 or later. +
  • A tool to edit your code. Any text editor you have will work fine. Most text editors have good support for Go. The most popular are