File tree Expand file tree Collapse file tree 7 files changed +0
-14
lines changed
Expand file tree Collapse file tree 7 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ Example:
3030 $ # 1-indexed location (:line:column or :#offset) of the target identifier
3131 $ gopls call_hierarchy helper/helper.go:8:6
3232 $ gopls call_hierarchy helper/helper.go:#53
33-
34- gopls call_hierarchy flags are:
3533` )
3634 f .PrintDefaults ()
3735}
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ func (c *check) DetailedHelp(f *flag.FlagSet) {
2626Example: show the diagnostic results of this file:
2727
2828 $ gopls check internal/lsp/cmd/check.go
29-
30- gopls check flags are:
3129` )
3230 f .PrintDefaults ()
3331}
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ Example:
3030 $ # 1-indexed location (:line:column or :#offset) of the target identifier
3131 $ gopls highlight helper/helper.go:8:6
3232 $ gopls highlight helper/helper.go:#53
33-
34- gopls highlight flags are:
3533` )
3634 f .PrintDefaults ()
3735}
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ Example:
3030 $ # 1-indexed location (:line:column or :#offset) of the target identifier
3131 $ gopls implementation helper/helper.go:8:6
3232 $ gopls implementation helper/helper.go:#53
33-
34- gopls implementation flags are:
3533` )
3634 f .PrintDefaults ()
3735}
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ Example:
3030 $ # 1-indexed location (:line:column or :#offset) of the target identifier
3131 $ gopls prepare_rename helper/helper.go:8:6
3232 $ gopls prepare_rename helper/helper.go:#53
33-
34- gopls prepare_rename flags are:
3533` )
3634 f .PrintDefaults ()
3735}
Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ func (c *semtok) DetailedHelp(f *flag.FlagSet) {
6767Example: show the semantic tokens for this file:
6868
6969 $ gopls semtok internal/lsp/cmd/semtok.go
70-
71- gopls semtok flags are:
7270` )
7371 f .PrintDefaults ()
7472}
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ Example:
2929 $ # 1-indexed location (:line:column or :#offset) of the target identifier
3030 $ gopls signature helper/helper.go:8:6
3131 $ gopls signature helper/helper.go:#53
32-
33- gopls signature flags are:
3432` )
3533 f .PrintDefaults ()
3634}
You can’t perform that action at this time.
0 commit comments