mirror of https://github.com/golang/go.git
analysis: correct go/analysis/passes/findcall path in docs
Change-Id: I6c2305b1b52dceff78e289b24f3ad1a5b69c8f7e Reviewed-on: https://go-review.googlesource.com/c/tools/+/451955 Reviewed-by: Martin Zacho <reach@martinzacho.com> gopls-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Tim King <taking@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Joedian Reid <joedian@golang.org> Run-TryBot: Tim King <taking@google.com>
This commit is contained in:
parent
b978661c6c
commit
db5eae2178
|
|
@ -297,7 +297,7 @@ singlechecker and multichecker subpackages.
|
|||
|
||||
The singlechecker package provides the main function for a command that
|
||||
runs one analyzer. By convention, each analyzer such as
|
||||
go/passes/findcall should be accompanied by a singlechecker-based
|
||||
go/analysis/passes/findcall should be accompanied by a singlechecker-based
|
||||
command such as go/analysis/passes/findcall/cmd/findcall, defined in its
|
||||
entirety as:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue