gotools/gopls/internal/cmd/usage/signature.hlp

display selected identifier's signature

Usage:
  gopls [flags] signature <position>

Example:

	$ # 1-indexed location (:line:column or :#offset) of the target identifier
	$ gopls signature helper/helper.go:8:6
	$ gopls signature helper/helper.go:#53