Emmanuel Odeke
|
53fd522c0d
|
all: make copyright headers consistent with one space after period
Follows suit with https://go-review.googlesource.com/#/c/20111.
Generated by running
$ grep -R 'Go Authors. All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go
Authors. All/Go Authors. All/g' $F;done
The code in cmd/internal/unvendor wasn't changed.
Fixes #15213
Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f
Reviewed-on: https://go-review.googlesource.com/21819
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
2016-05-02 13:43:18 +00:00 |
|
Russ Cox
|
8080384a68
|
test: use testlib (third 100)
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g
X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5656083
|
2012-02-16 23:49:59 -05:00 |
|
Ian Lance Taylor
|
2795b13156
|
gc: remove interim ... error which rejects valid code.
It's been six months.
R=rsc
CC=golang-dev
https://golang.org/cl/4289073
|
2011-03-25 18:31:55 -07:00 |
|
Russ Cox
|
2ee420fa5e
|
... changes
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/2273042
|
2010-09-24 11:55:48 -04:00 |
|
Russ Cox
|
6672b40c09
|
remove uses of ... from tree, add one test
R=r
CC=golang-dev
https://golang.org/cl/1662041
|
2010-06-14 11:23:11 -07:00 |
|
Russ Cox
|
8bef7fdc39
|
bug252: make ... vs ...T crossing an error, at least for now
R=r
CC=golang-dev
https://golang.org/cl/199066
|
2010-02-02 15:00:13 -08:00 |
|