doc: in pre-generic spec, be explicit that it is not the current spec

Change-Id: I4cf7efc8e704d41ee2e3743f6aa712cc46dd1fe9
Reviewed-on: https://go-review.googlesource.com/c/go/+/549515
TryBot-Bypass: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Robert Griesemer 2023-12-13 11:12:44 -08:00 committed by Gopher Robot
parent 0b3dd75f6c
commit cc5ccd71ef
1 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,11 @@
<h2 id="Introduction">Introduction</h2> <h2 id="Introduction">Introduction</h2>
<p> <p>
This is a reference manual for the Go programming language. For This is the reference manual for the Go programming language as it was for
more information and other documents, see <a href="/">go.dev</a>. language version 1.17, in October 2021, before the introduction of generics.
It is provided for historical interest.
The current reference manual can be found <a href="/doc/go_spec.html">here</a>.
For more information and other documents, see <a href="/">go.dev</a>.
</p> </p>
<p> <p>