aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-04-30 09:47:23 -0400
committerAndrew Gerrand <adg@golang.org>2013-04-30 09:47:23 -0400
commite2b2e0d8d19e747ffe2059ed8426f5b12b77ff0f (patch)
tree0bdf4a8f9f525338dbbc8282bb6b429a1a14fb8e
parent396d3af8d0f7d28beedebcff28276f564884341d (diff)
downloadgo-e2b2e0d8d19e747ffe2059ed8426f5b12b77ff0f.tar.gz
go-e2b2e0d8d19e747ffe2059ed8426f5b12b77ff0f.zip
doc/go1.1: remove discussion of "go run" change
Update #5164 R=golang-dev, dave CC=golang-dev https://golang.org/cl/9049043
-rw-r--r--doc/go1.1.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/go1.1.html b/doc/go1.1.html
index 5e99820d59..20c7d36447 100644
--- a/doc/go1.1.html
+++ b/doc/go1.1.html
@@ -398,16 +398,6 @@ To update pre-Go 1 code to Go 1.1, use a Go 1.0 tool chain
to convert the code to Go 1.0 first.
</p>
-<h3 id="gorun">Changes to the go run command</h3>
-
-<p>
-The <a href="/cmd/go/#hdr-Compile_and_run_Go_program"><code>go run</code></a>
-command now runs all files in the current working
-directory if no file arguments are listed. Also, the <code>go run</code>
-command now returns an error if test files are provided on the command line. In
-this sense, "<code>go run</code>" replaces "<code>go run *.go</code>".
-</p>
-
<h3 id="tags">Build constraints</h3>
<p>