Skip to content

Commit

Permalink
doc/go1.11: remove draft status
Browse files Browse the repository at this point in the history
Change-Id: I3f99083b7d8ab06482c2c22eafda8b0141a872bd
Reviewed-on: https://go-review.googlesource.com/131076
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
andybons committed Aug 23, 2018
1 parent ad644d2 commit e897d43
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions doc/go1.11.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@
ul li { margin: 0.5em 0; }
</style>

<h2 id="introduction">DRAFT RELEASE NOTES - Introduction to Go 1.11</h2>

<p>
<strong>
Go 1.11 is not yet released. These are work-in-progress
release notes. Go 1.11 is expected to be released in August 2018.
</strong>
</p>
<h2 id="introduction">Introduction to Go 1.11</h2>

<p>
The latest Go release, version 1.11, arrives six months after <a href="go1.10">Go 1.10</a>.
Expand Down Expand Up @@ -384,7 +377,7 @@ <h3 id="gofmt">Gofmt</h3>
time.
In general, systems that need consistent formatting of Go source code should
use a specific version of the <code>gofmt</code> binary.
See the <a href="/pkg/go/format/">go/format</a> package godoc for more
See the <a href="/pkg/go/format/">go/format</a> package documentation for more
information.
</p>

Expand Down

0 comments on commit e897d43

Please sign in to comment.