You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gopls/doc/command-line.md
-2
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,3 @@ Much of the functionality of `gopls` is available through a command line interfa
13
13
There are two main reasons for this. The first is that we do not want users to rely on separate command line tools when they wish to do some task outside of an editor. The second is that the CLI assists in debugging. It is easier to reproduce behavior via single command.
14
14
15
15
It is not a goal of `gopls` to be a high performance command line tool. Its command line is intended for single file/package user interaction speeds, not bulk processing.
16
-
17
-
For more information, see the `gopls`[command line page](command-line.md).
0 commit comments