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
|
1734cb02e7
|
gc: recursive interface embedding
Fixes #287.
R=ken2
CC=golang-dev
https://golang.org/cl/215048
|
2010-02-18 11:15:36 -08:00 |
|
Russ Cox
|
7b5789b584
|
gc: undo attempt at fixing recursive interface embedding
Fixes #582.
Update #287
Status: Accepted
Bug fix was too intrusive; undo and reopen issue.
R=ken2
CC=golang-dev
https://golang.org/cl/209044
|
2010-02-16 17:44:15 -08:00 |
|
Russ Cox
|
44898c7b76
|
gc: bug250, bug251 - recursive interface types
Fixes #287.
R=ken2
CC=golang-dev
https://golang.org/cl/199057
|
2010-02-01 23:58:49 -08:00 |
|