We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f83ea commit 0c5b00dCopy full SHA for 0c5b00d
doc/go_spec.html
@@ -1,6 +1,6 @@
1
<!--{
2
"Title": "The Go Programming Language Specification",
3
- "Subtitle": "Version of October 19, 2017",
+ "Subtitle": "Version of October 23, 2017",
4
"Path": "/ref/spec"
5
}-->
6
@@ -16,8 +16,7 @@ <h2 id="Introduction">Introduction</h2>
16
in mind. It is strongly typed and garbage-collected and has explicit
17
support for concurrent programming. Programs are constructed from
18
<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.
+dependencies.
21
</p>
22
23
<p>
0 commit comments