• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Nov-2019-

doc/H15-Nov-2019-1,147791

internal/hooks/H15-Nov-2019-9563

test/H15-Nov-2019-4332

README.mdH A D15-Nov-20191.9 KiB3926

go.modH A D15-Nov-2019261 139

go.sumH A D15-Nov-20193.5 KiB4039

main.goH A D15-Nov-2019662 2412

README.md

1# gopls documentation
2
3gopls (pronounced: "go please") is the official [language server] for the Go language.
4
5It is currently in **alpha**, so it is **not stable**. You can see more information about the status of gopls and its supported features [here](doc/status.md).
6
7In general you should not need to know anything about gopls, it should be integrated into your editor for you.
8
9See the [installing](doc/user.md) section of the user guide if you need to install or update gopls by hand.
10
11## Issues
12
13If you are having issues with gopls, please first check the [known issues](doc/status.md#known-issues) before following the [troubleshooting](doc/troubleshooting.md#steps) guide.
14If that does not give you the information you need, reach out to us.
15
16You can chat with us on:
17* the golang-tools [mailing list]
18* the #gopls [slack channel] on the gophers slack
19
20If you think you have an issue that needs fixing, or a feature suggestion, then please make sure you follow the steps to [file an issue](doc/troubleshooting.md#file-an-issue) with the right information to allow us to address it.
21
22If you need to talk to us directly (for instance to file an issue with confidential information in it) you can reach out directly to [@stamblerre] or [@ianthehat].
23
24## More information
25
26If you want to know more about it, have an unusual use case, or want to contribute, please read the following documents
27
28* [Using gopls](doc/user.md)
29* [Troubleshooting and reporting issues](doc/troubleshooting.md)
30* [Integrating gopls with an editor](doc/integrating.md)
31* [Contributing to gopls](doc/contributing.md)
32* [Design requirements and decisions](doc/design.md)
33* [Implementation details](doc/implementation.md)
34
35[language server]: https://langserver.org
36[mailing list]: https://groups.google.com/forum/#!forum/golang-tools
37[slack channel]: https://gophers.slack.com/messages/CJZH85XCZ
38[@stamblerre]: https://github.com/stamblerre "Rebecca Stambler"
39[@ianthehat]: https://github.com/ianthehat "Ian Cottrell"