]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove code specific to Google Code
authorDominik Honnef <dominik@honnef.co>
Mon, 28 Mar 2016 00:44:43 +0000 (02:44 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 28 Mar 2016 05:37:04 +0000 (05:37 +0000)
commitaa482f971508d1bfdedf293a85968d80fd80fae2
treefebc6fec1189448fae3ed2475095b5c88e2446f7
parent9149aa10cc2f7d3061303754ab45c55eff42ac89
cmd/go: remove code specific to Google Code

Remove all special handling of Google Code, which has shut down.

Commit 4ec2fd3e6ac4f869d39348bf48016687b731d910 suggested that maybe the
shutdown warning should remain. However, it has been missing from Go 1.6
already, and by Go 1.7 people will most likely have realised that Google
Code has shut down.

Updates #10193.

Change-Id: I5749bbbe2fe3b07cff4edd20303bbedaeaa8d77b
Reviewed-on: https://go-review.googlesource.com/21189
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/get.go
src/cmd/go/go_test.go
src/cmd/go/help.go
src/cmd/go/vcs.go
src/cmd/go/vcs_test.go