| 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 |