Skip to content

Commit 0c5b00d

Browse files
committed
spec: remove sentence discussing existing implementations
Fixes #22282. Change-Id: I4097e9cbd590ab6c8b1511a3b752c6ac98ac819b Reviewed-on: https://go-review.googlesource.com/72792 Reviewed-by: Rob Pike <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]>
1 parent 87f83ea commit 0c5b00d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/go_spec.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--{
22
"Title": "The Go Programming Language Specification",
3-
"Subtitle": "Version of October 19, 2017",
3+
"Subtitle": "Version of October 23, 2017",
44
"Path": "/ref/spec"
55
}-->
66

@@ -16,8 +16,7 @@ <h2 id="Introduction">Introduction</h2>
1616
in mind. It is strongly typed and garbage-collected and has explicit
1717
support for concurrent programming. Programs are constructed from
1818
<i>packages</i>, whose properties allow efficient management of
19-
dependencies. The existing implementations use a traditional
20-
compile/link model to generate executable binaries.
19+
dependencies.
2120
</p>
2221

2322
<p>

0 commit comments

Comments
 (0)