]> Cypherpunks repositories - gostls13.git/commitdiff
doc/articles/go_command: remove an extra word.
authorOling Cat <olingcat@gmail.com>
Tue, 8 Jan 2013 17:49:38 +0000 (09:49 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 8 Jan 2013 17:49:38 +0000 (09:49 -0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7061051

doc/articles/go_command.html

index 1e9e70fd8cf70f5590e827e3219a1dd95e108ce9..e72e7acd80558b02eedd5eed3eb42fea82e84ffb 100644 (file)
@@ -50,7 +50,7 @@ most other languages. Over the last few years we consistently reminded people
 about the <code>goinstall</code> command
 (now replaced by <a href="/cmd/go/#Download_and_install_packages_and_dependencies"><code>go get</code></a>)
 and its conventions: first, that the import path is derived in a known way from
-the URL of the source code; second, that that the place to store the sources in
+the URL of the source code; second, that the place to store the sources in
 the local file system is derived in a known way from the import path; third,
 that each directory in a source tree corresponds to a single package; and
 fourth, that the package is built using only information in the source code.