We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39634e7 commit 5805efcCopy full SHA for 5805efc
doc/go1.17.html
@@ -14,13 +14,13 @@
14
main ul li { margin: 0.5em 0; }
15
</style>
16
17
-<h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.17</h2>
+<h2 id="introduction">Introduction to Go 1.17</h2>
18
19
<p>
20
- <strong>
21
- Go 1.17 is not yet released. These are work-in-progress
22
- release notes. Go 1.17 is expected to be released in August 2021.
23
- </strong>
+ The latest Go release, version 1.17, arrives six months after <a href="/doc/go1.16">Go 1.16</a>.
+ Most of its changes are in the implementation of the toolchain, runtime, and libraries.
+ As always, the release maintains the Go 1 <a href="/doc/go1compat">promise of compatibility</a>.
+ We expect almost all Go programs to continue to compile and run as before.
24
</p>
25
26
<h2 id="language">Changes to the language</h2>
0 commit comments