1
0
mirror of https://github.com/golang/go synced 2024-11-05 16:56:16 -07:00

internal/lsp: fix typo

Change-Id: I2480725dc20f67bb0427c71dab83a0cbe72832a1
Reviewed-on: https://go-review.googlesource.com/c/tools/+/217178
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
This commit is contained in:
Daisuke Suzuki 2020-01-31 23:06:51 +09:00 committed by Alberto Donizetti
parent b4207ef493
commit 097c1f2eed

View File

@ -3,7 +3,7 @@
`helper` generates boilerplate code for server.go by processing the
generated code in `protocol/tsserver.go`.
First, build `helper` in this directore (`go build .`).
First, build `helper` in this directory (`go build .`).
In directory `lsp`, executing `go generate server.go` generates the stylized file
`server_gen.go` that contains stubs for type `Server`.