]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modindex: remove spurious field from index_format documentation
authorBryan C. Mills <bcmills@google.com>
Thu, 30 Jun 2022 18:18:02 +0000 (14:18 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 30 Jun 2022 19:32:09 +0000 (19:32 +0000)
commit4914e4e334b33cd823a770bd5860f525aad44c61
treee4b2715b128d1b0989a84fd12a4cdaebe2550935
parent981d5947aff1551a1c0787664b77c4ac1e8f6c6a
cmd/go/internal/modindex: remove spurious field from index_format documentation

The 'path' field was removed in an earlier revision to the format.

While auditing the format, I also cleaned up a couple of minor
typographical issues.

For #53586.

Change-Id: I4cd1ce9e970023441c11244428ed2971be1d8138
Reviewed-on: https://go-review.googlesource.com/c/go/+/415514
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go/internal/modindex/index_format.txt
src/cmd/go/internal/modindex/read.go
src/cmd/go/internal/modindex/scan.go