From: griesemer Date: Mon, 23 Oct 2017 21:08:41 +0000 (-0700) Subject: spec: remove sentence discussing existing implementations X-Git-Tag: go1.10beta1~628 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0c5b00d0cd41a9f1662f6cc306bb74f70e8abd08;p=gostls13.git spec: remove sentence discussing existing implementations Fixes #22282. Change-Id: I4097e9cbd590ab6c8b1511a3b752c6ac98ac819b Reviewed-on: https://go-review.googlesource.com/72792 Reviewed-by: Rob Pike Reviewed-by: Matthew Dempsky --- 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 @@ @@ -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 packages, whose properties allow efficient management of -dependencies. The existing implementations use a traditional -compile/link model to generate executable binaries. +dependencies.