]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: add documentation for test and xtest fields output by go list
authorMichael Matloob <matloob@golang.org>
Sat, 16 Jan 2021 00:41:26 +0000 (19:41 -0500)
committerMichael Matloob <matloob@golang.org>
Fri, 22 Jan 2021 18:51:44 +0000 (18:51 +0000)
commita1b53d85dad7648d545ee5e0d7e768f300bfcd84
treee6f0ba47389a3c5ba574f6fe8ddba86a69a4cb90
parentb268b607743ebf570396750208e0032870653edd
cmd/go: add documentation for test and xtest fields output by go list

The TestEmbedPatterns, TestEmbedFiles, XTestEmbedPatterns, and
XTestEmbedFiles fields were left out of golang.org/cl/282195 which was
supposed to document the embed fields available in the go list
output. Add documentation for them in this CL.

Fixes #43081

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