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 |
|
Rémy Oudompheng
|
2ece2f58ee
|
test: use testlib (another bunch).
Apply sed with:
1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run,
1s,^// $G $D/$F.go || echo.*,// compile,
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5656099
|
2012-02-18 22:15:42 +01:00 |
|
Brad Fitzpatrick
|
040fe32119
|
test: don't use package main for files without a main function
Part of issue 2833, but works fine with current test runner.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5606056
|
2012-02-03 11:43:24 -08:00 |
|
Russ Cox
|
44526cdbe0
|
non-pkg: gofix -r error -force=error
R=golang-dev, iant, r, r
CC=golang-dev
https://golang.org/cl/5307066
|
2011-11-01 22:06:05 -04:00 |
|
Russ Cox
|
f91eb3c2f9
|
gc: composite literal double eval bug
Fixes #2086.
R=ken2
CC=golang-dev
https://golang.org/cl/4803055
|
2011-07-27 18:55:30 -04:00 |
|