From e2b2e0d8d19e747ffe2059ed8426f5b12b77ff0f Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 30 Apr 2013 09:47:23 -0400 Subject: [PATCH] doc/go1.1: remove discussion of "go run" change Update #5164 R=golang-dev, dave CC=golang-dev https://golang.org/cl/9049043 --- doc/go1.1.html | 10 ---------- 1 file changed, 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.

-

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

-- 2.50.0