]> Cypherpunks repositories - gostls13.git/commit
cmd/go: Fix go get when the fetched XML uses ASCII encoding
authorAlberto GarcĂ­a Hierro <alberto@garciahierro.com>
Fri, 2 Aug 2013 21:15:33 +0000 (14:15 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 2 Aug 2013 21:15:33 +0000 (14:15 -0700)
commitbbf143002188a7af7d60e28da472f06c6d99aa03
treeb92e1a34b59503888491e87c2ac928f5164894af
parent869774cbf9025b8553b490c9add568d459cd4d63
cmd/go: Fix go get when the fetched XML uses ASCII encoding

Also, add a meaningful error message when an encoding which
can't be parsed is found.

Fixes #5801.

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/12343043
src/cmd/go/discovery.go
src/cmd/go/vcs.go