From e4d2ee259f0c0508d7902097140b7858dc971834 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..e410e8c5df 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