Open GreenHedgehog opened 5 years ago
go version
$ go version go1.12.4 linux/amd64
Yes
go env
$ go env GOARCH="amd64" GOBIN="" GOCACHE="/home/alef/.cache/go-build" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/alef/go_ws" GOPROXY="" GORACE="" GOROOT="/usr/local/go" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" GCCGO="gccgo" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build838012780=/tmp/go-build -gno-record-gcc-switches"
https://play.golang.org/p/-DttEFaM_L9
some value some value
some value XML syntax error on line 1: unexpected end element
It a lit bit discouraged, what xml.Skip not working with RawToken, this behavior not mentioned in xml.Skip description.
xml.Skip
RawToken
/cc @rsc per owners.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://play.golang.org/p/-DttEFaM_L9
What did you expect to see?
What did you see instead?
It a lit bit discouraged, what
xml.Skip
not working withRawToken
, this behavior not mentioned inxml.Skip
description.