Commit 0c5b00d0 authored by griesemer's avatar griesemer Committed by Robert Griesemer

spec: remove sentence discussing existing implementations

Fixes #22282.

Change-Id: I4097e9cbd590ab6c8b1511a3b752c6ac98ac819b
Reviewed-on: https://go-review.googlesource.com/72792Reviewed-by: default avatarRob Pike <r@golang.org>
Reviewed-by: default avatarMatthew Dempsky <mdempsky@google.com>
parent 87f83eac
<!--{
"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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment