mirror of
https://github.com/golang/go
synced 2024-11-05 20:26:13 -07:00
062dbaebb6
Much of this documentation has been collated from other sources, but this pulls it all into one coherent and public structure in a way that allows us to peer review changes. Change-Id: Ic24a59bb92b27ec85d2f57affcf2eb396c9de3c0 Reviewed-on: https://go-review.googlesource.com/c/tools/+/191741 Reviewed-by: Rebecca Stambler <rstambler@golang.org>
7 lines
279 B
Markdown
7 lines
279 B
Markdown
# gopls FAQ
|
|
|
|
## Why is it called gopls?
|
|
|
|
Since gopls works both as a language server and as a command line tool, we wanted a name that could be used as a verb. For example, gopls check should read as "go please check." See: [cl/158197].
|
|
|
|
[cl/158197]: https://golang.org/cl/158197 |