From 0c5b00d0cd41a9f1662f6cc306bb74f70e8abd08 Mon Sep 17 00:00:00 2001
From: griesemer
Date: Mon, 23 Oct 2017 14:08:41 -0700
Subject: [PATCH] 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
---
doc/go_spec.html | 5 ++---
1 file 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 @@
@@ -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.