aboutsummaryrefslogtreecommitdiff
path: root/doc/go_spec.html
diff options
context:
space:
mode:
authorgriesemer <gri@golang.org>2017-10-23 14:08:41 -0700
committerRobert Griesemer <gri@golang.org>2017-10-23 21:39:03 +0000
commit0c5b00d0cd41a9f1662f6cc306bb74f70e8abd08 (patch)
treef21c2696a078d5e438ad5e20230392db3ca788c8 /doc/go_spec.html
parent87f83eac7ffd54cc4fe56e4d4f22680ffdb071a1 (diff)
downloadgo-0c5b00d0cd41a9f1662f6cc306bb74f70e8abd08.tar.gz
go-0c5b00d0cd41a9f1662f6cc306bb74f70e8abd08.zip
spec: remove sentence discussing existing implementations
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>
Diffstat (limited to 'doc/go_spec.html')
-rw-r--r--doc/go_spec.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 2309ce47fe..af82931247 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -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>