From: Robert Griesemer Date: Wed, 13 Dec 2023 19:12:44 +0000 (-0800) Subject: doc: in pre-generic spec, be explicit that it is not the current spec X-Git-Tag: go1.22rc1~18 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cc5ccd71ef6df461fed01a91c18c5adde10ae2c8;p=gostls13.git 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 Reviewed-by: Robert Griesemer Auto-Submit: Robert Griesemer Reviewed-by: Alan Donovan --- diff --git a/doc/go1.17_spec.html b/doc/go1.17_spec.html index 16c6d40ffc..c87d9aff3c 100644 --- a/doc/go1.17_spec.html +++ b/doc/go1.17_spec.html @@ -7,8 +7,11 @@

Introduction

-This is a reference manual for the Go programming language. For -more information and other documents, see go.dev. +This is the reference manual for the Go programming language as it was for +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 here. +For more information and other documents, see go.dev.