]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: add documentation for Embed fields in go list output
authorMichael Matloob <matloob@golang.org>
Thu, 7 Jan 2021 03:13:45 +0000 (22:13 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 7 Jan 2021 18:56:09 +0000 (18:56 +0000)
commit7cee66d4cb6e726c6c37798583ac0b86c8743f82
tree5fe3935d4b39f590c481c8ee1389651fdf588944
parente60cffa4ca9ae726d96b53817d82d98402017772
cmd/go: add documentation for Embed fields in go list output

This change the struct fields for EmbedPatterns and EmbedFiles
to the Package struct listed in the go list documentation that
specifies the fields available to the go list template.

Fixes #43081

Change-Id: I89c325a9d6292a6ce484ee588b172d2f84e2333a
Reviewed-on: https://go-review.googlesource.com/c/go/+/282195
Trust: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/list/list.go