1
0
mirror of https://github.com/golang/go synced 2024-11-18 06:54:49 -07:00

gopls/integration: fix typo aloso => also

Change-Id: Id66e75957bda73f5e4aec98a887b61b834e620ef
GitHub-Last-Rev: 6f8b75c0388de580a0a8bdde6191431c6e1c873a
GitHub-Pull-Request: golang/tools#235
Reviewed-on: https://go-review.googlesource.com/c/tools/+/238497
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
This commit is contained in:
Carlos Iriarte 2020-06-17 15:28:48 +00:00 committed by Rebecca Stambler
parent 20e05c1c8f
commit ff88973b1e

View File

@ -15,7 +15,7 @@ namely `$GOBIN/gopls`, `$GOPATH/bin/gopls`, `$HOME/go/bin/gopls`.
The log for the replayed session is saved in `/tmp/seen`.
There is aloso a boolean argument `-cmp` which compares the log file
There is also a boolean argument `-cmp` which compares the log file
with `/tmp/seen` without invoking gopls and rerunning the session.
The output is fairly cryptic, and generated by logging. Ideas for better output would be welcome.