cmd/go: go doc does not understand module versioning #54338
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
With:
I can run
go doc blake2s
and get package documentation. However I cannot similarly get docs for cbor:Even if I add a use of the package:
then go doc still cannot find it:
Explicitly adding the version as
go doc cbor/v2
works, but that involves always remembering the version.The text was updated successfully, but these errors were encountered: