github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/cmd/usage/check.hlp (about)

     1  show diagnostic results for the specified file
     2  
     3  Usage:
     4    gopls [flags] check <filename>
     5  
     6  Example: show the diagnostic results of this file:
     7  
     8  	$ gopls check internal/lsp/cmd/check.go