mirror of
https://github.com/golang/go
synced 2024-11-05 23:36:12 -07:00
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
|