x/tools/godoc: Second level package documentation broken #63950
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Tools
This label describes issues relating to any tools in the x/tools repository.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Unsure
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I fired up godoc with
godoc -http=":6060" &
, and tried to access the page fornet/http
. I also triednet
,os
andencoding/json
.What did you expect to see?
I expected the pages for
net/http
andencoding/json
to function normally.What did you see instead?
/src/encoding/json/encode.go:963:18: expected '(', found '['
found packages http (alpn_test.go) and main (triv.go) in /src/net/http
os
,net
andencoding
all worked normally.The text was updated successfully, but these errors were encountered: