1
0
mirror of https://github.com/golang/go synced 2024-10-01 07:28:35 -06:00
go/src/image
Mark Rushakoff 5e52471761 all: fix non-standard "DO NOT EDIT" comments for generated files
I found files to change with this command:

    git grep 'DO NOT EDIT' | grep -v 'Code generated .* DO NOT'

There are more files that match that grep, but I do not intend on fixing
them.

Change-Id: I4b474f1c29ca3135560d414785b0dbe0d1a4e52c
GitHub-Last-Rev: 65804b0263
GitHub-Pull-Request: golang/go#24334
Reviewed-on: https://go-review.googlesource.com/99955
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-03-10 17:50:11 +00:00
..
color all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
draw image/draw, image/color: optimize hot path sqDiff function 2017-10-27 05:47:09 +00:00
gif all: fix misspellings 2018-02-20 21:02:58 +00:00
internal/imageutil all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
jpeg image/gif: add BenchmarkDecode. 2017-10-07 05:23:42 +00:00
png all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
testdata image/jpeg: reconstruct progressive images even if incomplete. 2016-03-31 00:33:24 +00:00
decode_example_test.go
decode_test.go image/jpeg: reconstruct progressive images even if incomplete. 2016-03-31 00:33:24 +00:00
format.go
geom_test.go image: fix the overlap check in Rectangle.Intersect. 2017-02-10 05:05:59 +00:00
geom.go image: fix the overlap check in Rectangle.Intersect. 2017-02-10 05:05:59 +00:00
image_test.go all: remove some unused parameters in test code 2017-04-25 14:38:10 +00:00
image.go image: add NYCbCrA types. 2015-10-11 11:07:25 +00:00
names.go
ycbcr_test.go
ycbcr.go image: add NYCbCrA types. 2015-10-11 11:07:25 +00:00