From: Andrew Gerrand Date: Tue, 30 Apr 2013 13:47:23 +0000 (-0400) Subject: doc/go1.1: remove discussion of "go run" change X-Git-Tag: go1.1rc2~33 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e2b2e0d8d19e747ffe2059ed8426f5b12b77ff0f;p=gostls13.git doc/go1.1: remove discussion of "go run" change Update #5164 R=golang-dev, dave CC=golang-dev https://golang.org/cl/9049043 --- 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.

-

Changes to the go run command

- -

-The go run -command now runs all files in the current working -directory if no file arguments are listed. Also, the go run -command now returns an error if test files are provided on the command line. In -this sense, "go run" replaces "go run *.go". -

-

Build constraints