]> Cypherpunks repositories - gostls13.git/commit
cmd/go: reject list when -find and -export are used together
authorRenKanai <rk2904powr@gmail.com>
Sun, 27 Mar 2022 13:06:22 +0000 (22:06 +0900)
committerGopher Robot <gobot@golang.org>
Mon, 27 Feb 2023 21:23:29 +0000 (21:23 +0000)
commit0ff91e03dbb7ed169915b12793cbee9ca9798d4c
treea5eb972a348c06aee44bdbb2c2cbb5d929806358
parent83907206de003555c73a16b1b6d97662b5511cf7
cmd/go: reject list when -find and -export are used together

Fixes #51952.

Change-Id: If2cfc41d65373ca38cfb7b0396be8988d444eb5e
Reviewed-on: https://go-review.googlesource.com/c/go/+/396074
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/list/list.go