]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.1: remove discussion of "go run" change
authorAndrew Gerrand <adg@golang.org>
Tue, 30 Apr 2013 13:47:23 +0000 (09:47 -0400)
committerAndrew Gerrand <adg@golang.org>
Tue, 30 Apr 2013 13:47:23 +0000 (09:47 -0400)
Update #5164

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/9049043

doc/go1.1.html

index 5e99820d593fbf837d61053bf6624f36997f897b..20c7d364475d53bdf4ce530f4a50ffba7e4473e5 100644 (file)
@@ -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>