blob: 09414f1904aeaa447ff17f54123d623259eea395 [file] [log] [blame]
display selected identifier's implementation
Usage:
gopls [flags] implementation <position>
Example:
$ # 1-indexed location (:line:column or :#offset) of the target identifier
$ gopls implementation helper/helper.go:8:6
$ gopls implementation helper/helper.go:#53