]> Cypherpunks repositories - gostls13.git/commit
all: change github.com issue links to golang.org
authorLeigh McCulloch <leighmcc@gmail.com>
Fri, 3 Nov 2017 05:48:43 +0000 (05:48 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 4 Nov 2017 04:13:41 +0000 (04:13 +0000)
commit8db19a496640db4c7c318007c82eaa5d65c85b93
treeddae5894fcfb0ca011825da4a7076869110a0b23
parent0ee4527ac7a4472c51c13948a3ac3e0c51a51838
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>
13 files changed:
misc/cgo/testshared/src/depBase/dep.go
misc/cgo/testshared/src/exe/exe.go
src/crypto/elliptic/elliptic_test.go
src/crypto/x509/sec1_test.go
src/database/sql/convert_test.go
src/encoding/json/encode_test.go
src/encoding/xml/read_test.go
src/image/png/reader_test.go
src/net/hosts_test.go
src/net/port.go
src/os/stat_windows.go
src/sync/atomic/value.go
src/sync/cond.go