aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/code.html
diff options
context:
space:
mode:
Diffstat (limited to '_content/doc/code.html')
-rw-r--r--_content/doc/code.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/_content/doc/code.html b/_content/doc/code.html
index 79ec9bbc..5616f1c3 100644
--- a/_content/doc/code.html
+++ b/_content/doc/code.html
@@ -12,13 +12,6 @@ module and introduces the <a href="/cmd/go/">go tool</a>, the standard way to
fetch, build, and install Go modules, packages, and commands.
</p>
-<p>
-Note: This document assumes that you are using Go 1.13 or later and the
-<code>GO111MODULE</code> environment variable is not set. If you are looking for
-the older, pre-modules version of this document, it is archived
-<a href="gopath_code.html">here</a>.
-</p>
-
<h2 id="Organization">Code organization</h2>
<p>