Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_content/doc/tutorial: add version prerequisite #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _content/doc/tutorial/create-module.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ <h2 id="prerequisites">Prerequisites</h2>
<strong>Some programming experience.</strong> The code here is pretty
simple, but it helps to know something about functions, loops, and arrays.
</li>
<li>
<strong>An installation of Go 1.20 or later.</strong>
</li>
<li>
<strong>A tool to edit your code.</strong> Any text editor you have will
work fine. Most text editors have good support for Go. The most popular are
Expand Down