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.