]> Cypherpunks repositories - gostls13.git/commitdiff
spec: remove sentence discussing existing implementations
authorgriesemer <gri@golang.org>
Mon, 23 Oct 2017 21:08:41 +0000 (14:08 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 23 Oct 2017 21:39:03 +0000 (21:39 +0000)
Fixes #22282.

Change-Id: I4097e9cbd590ab6c8b1511a3b752c6ac98ac819b
Reviewed-on: https://go-review.googlesource.com/72792
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
doc/go_spec.html

index 2309ce47fe83510aef33b0c406a09017e8936dfc..af8293124765420e8f6ed37b0eb6d9926663c197 100644 (file)
@@ -1,6 +1,6 @@
 <!--{
        "Title": "The Go Programming Language Specification",
-       "Subtitle": "Version of October 19, 2017",
+       "Subtitle": "Version of October 23, 2017",
        "Path": "/ref/spec"
 }-->
 
@@ -16,8 +16,7 @@ Go is a general-purpose language designed with systems programming
 in mind. It is strongly typed and garbage-collected and has explicit
 support for concurrent programming.  Programs are constructed from
 <i>packages</i>, whose properties allow efficient management of
-dependencies. The existing implementations use a traditional
-compile/link model to generate executable binaries.
+dependencies.
 </p>
 
 <p>