• Leigh McCulloch's avatar
    all: change github.com issue links to golang.org · 8db19a49
    Leigh McCulloch authored
    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/75673Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    8db19a49
Name
Last commit
Last update
..
aes Loading commit data...
cipher Loading commit data...
des Loading commit data...
dsa Loading commit data...
ecdsa Loading commit data...
elliptic Loading commit data...
hmac Loading commit data...
internal/cipherhw Loading commit data...
md5 Loading commit data...
rand Loading commit data...
rc4 Loading commit data...
rsa Loading commit data...
sha1 Loading commit data...
sha256 Loading commit data...
sha512 Loading commit data...
subtle Loading commit data...
tls Loading commit data...
x509 Loading commit data...
crypto.go Loading commit data...
issue21104_test.go Loading commit data...