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 |
|
Ian Lance Taylor
|
793a97fbf6
|
Get this bug back to the intended state: bug1.go is making a
reference to a type which should not be visible. The test
currently fails with 6g.
R=rsc
DELTA=7 (4 added, 0 deleted, 3 changed)
OCL=23222
CL=23225
|
2009-01-21 12:52:22 -08:00 |
|
Russ Cox
|
839a68469b
|
delete export
TBR=r
OCL=23121
CL=23127
|
2009-01-20 14:40:40 -08:00 |
|
Russ Cox
|
f48cbfdf56
|
convert tests; nothing interesting.
R=r
OCL=23012
CL=23014
|
2009-01-16 16:12:14 -08:00 |
|
Ian Lance Taylor
|
c4d8dc0b83
|
This bug has been fixed; moving it from bugs to fixedbugs.
R=gri
DELTA=36 (18 added, 18 deleted, 0 changed)
OCL=19059
CL=19133
|
2008-11-12 21:59:43 -08:00 |
|