mirror of https://github.com/golang/go.git
16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
run experimental vulncheck analysis (experimental: under development)
|
|
|
|
Usage:
|
|
gopls [flags] vulncheck
|
|
|
|
WARNING: this command is experimental.
|
|
|
|
By default, the command outputs a JSON-encoded
|
|
golang.org/x/tools/internal/lsp/command.VulncheckResult
|
|
message.
|
|
Example:
|
|
$ gopls vulncheck <packages>
|
|
|
|
-config
|
|
If true, the command reads a JSON-encoded package load configuration from stdin
|