go/misc/cgo/testshared/src
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
..
dep2 cmd/link: always read type data for dynimport symbols 2016-05-04 07:13:01 +00:00
dep3 cmd/link: always read type data for dynimport symbols 2016-05-04 07:13:01 +00:00
depBase all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
division go/printer: fix formatting of three-index slice expression 2017-10-03 16:16:30 +00:00
exe all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
exe2 cmd/compile: do not generate tail calls when dynamic linking on ppc64le 2016-06-02 02:34:01 +00:00
exe3 cmd/link: always read type data for dynimport symbols 2016-05-04 07:13:01 +00:00
execgo
explicit cmd/link: allow symbols from .a files to override those from .so files 2016-01-20 19:53:53 +00:00
global cmd/compile: fix large global variables in -linkshared mode on s390x 2017-09-20 20:20:46 +00:00
globallib cmd/compile: fix large global variables in -linkshared mode on s390x 2017-09-20 20:20:46 +00:00
iface misc/cgo/testshared: test that types and itabs are unique 2017-01-12 00:20:55 +00:00
iface_a misc/cgo/testshared: test that types and itabs are unique 2017-01-12 00:20:55 +00:00
iface_b misc/cgo/testshared: test that types and itabs are unique 2017-01-12 00:20:55 +00:00
iface_i misc/cgo/testshared: test that types and itabs are unique 2017-01-12 00:20:55 +00:00
implicit cmd/link: allow symbols from .a files to override those from .so files 2016-01-20 19:53:53 +00:00
implicitcmd cmd/link: allow symbols from .a files to override those from .so files 2016-01-20 19:53:53 +00:00
trivial