1
0
mirror of https://github.com/golang/go synced 2024-11-14 09:00:21 -07:00
go/src/image
Leigh McCulloch 8db19a4966 all: change github.com issue links to golang.org
The go repository contains a mix of github.com/golang/go/issues/xxxxx
and golang.org/issues/xxxxx URLs for references to issues in the issue
tracker. We should use one for consistency, and golang.org is preferred
in case the project moves the issue tracker in the future.

This reasoning is taken from a comment Sam Whited left on a CL I
recently opened: https://go-review.googlesource.com/c/go/+/73890.

In that CL I referenced an issue using its github.com URL, because other
tests in the file I was changing contained references to issues using
their github.com URL. Sam Whited left a comment on the CL stating I
should change it to the golang.org URL.

If new code is intended to reference issues via golang.org and not
github.com, existing code should be updated so that precedence exists
for contributors who are looking at the existing code as a guide for the
code they should write.

Change-Id: I3b9053fe38a1c56fc101a8b7fd7b8f310ba29724
Reviewed-on: https://go-review.googlesource.com/75673
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-11-04 04:13:41 +00:00
..
color image/draw, image/color: optimize hot path sqDiff function 2017-10-27 05:47:09 +00:00
draw image/draw, image/color: optimize hot path sqDiff function 2017-10-27 05:47:09 +00:00
gif image/gif: avoid setting defers in the decode loop 2017-10-23 22:59:18 +00:00
internal/imageutil go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +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 image/color: tweak the YCbCr to RGBA conversion formula. 2015-07-15 05:29:00 +00:00
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