From: Oling Cat Date: Tue, 8 Jan 2013 17:49:38 +0000 (-0800) Subject: doc/articles/go_command: remove an extra word. X-Git-Tag: go1.1rc2~1449 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bc776f6c5884527d43136a968eca456ba87f5a73;p=gostls13.git doc/articles/go_command: remove an extra word. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7061051 --- diff --git a/doc/articles/go_command.html b/doc/articles/go_command.html index 1e9e70fd8c..e72e7acd80 100644 --- a/doc/articles/go_command.html +++ b/doc/articles/go_command.html @@ -50,7 +50,7 @@ most other languages. Over the last few years we consistently reminded people about the goinstall command (now replaced by go get) 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.