]> Cypherpunks repositories - gostls13.git/commit
goinstall: use https for Google Code checkouts
authorRuss Cox <rsc@golang.org>
Wed, 25 Aug 2010 22:08:16 +0000 (18:08 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 25 Aug 2010 22:08:16 +0000 (18:08 -0400)
commitdbc6d75315fe72a4b574b1caa3f7680d561f1d3d
treea0c6a5999f89d6a177ef6afe0cab7156a195ce4c
parent423e410258e0354a5096dbb5a6c1e82dc00f20b5
goinstall: use https for Google Code checkouts

This way, if you later want to check things in,
you can (with appropriate authorization).
Using plain http leads to the cryptic error
abort: HTTP Method Not Allowed.

R=r
CC=golang-dev
https://golang.org/cl/1983050
src/cmd/goinstall/download.go