From bc776f6c5884527d43136a968eca456ba87f5a73 Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Tue, 8 Jan 2013 09:49:38 -0800 Subject: [PATCH] doc/articles/go_command: remove an extra word. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7061051 --- doc/articles/go_command.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.48.1