• Brad Fitzpatrick's avatar
    all: rename vendored golang.org/x/net packages to golang_org · 4d00937c
    Brad Fitzpatrick authored
    Regression from Go 1.6 to Go 1.7rc1: we had broken the ability for
    users to vendor "golang.org/x/net/http2" or "golang.org/x/net/route"
    because we were vendoring them ourselves and cmd/go and cmd/compile do
    not understand multiple vendor directories across multiple GOPATH
    workspaces (e.g. user's $GOPATH and default $GOROOT).
    
    As a short-term fix, since fixing cmd/go and cmd/compile is too
    invasive at this point in the cycle, just rename "golang.org" to
    "golang_org" for the standard library's vendored copy.
    
    Fixes #16333
    
    Change-Id: I9bfaed91e9f7d4ca6bab07befe80d71d437a21af
    Reviewed-on: https://go-review.googlesource.com/24902
    Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    4d00937c
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...
yacc Loading commit data...