]> Cypherpunks.ru repositories - gostls13.git/blob - .github/ISSUE_TEMPLATE/03-gopls.md
c4934c38982b43c209ba83065381684b4f624e36
[gostls13.git] / .github / ISSUE_TEMPLATE / 03-gopls.md
1 ---
2 name: Gopls bugs or feature requests
3 about: Issues or feature requests for the Go language server (gopls)
4 title: "x/tools/gopls: "
5 labels: gopls Tools
6 ---
7
8 <!--
9 Please answer these questions before submitting your issue. Thanks!
10 -->
11
12 ### gopls version
13
14 <!--
15 Output of `gopls -v version` on the command line
16 -->
17
18
19
20 ### go env
21
22 <!--
23 Output of `go env` on the command line in your workspace directory
24 -->
25
26
27 ### What did you do?
28
29 <!--
30 If possible, provide a recipe for reproducing the error.
31 A complete runnable program is good.
32 A link on go.dev/play is better.
33 A failing unit test is the best.
34 -->
35
36
37
38 ### What did you expect to see?
39
40
41
42 ### What did you see instead?
43
44
45
46 ### Editor and settings
47
48 <!--
49 Your editor and any settings you have configured (for example, your VSCode settings.json file)
50 -->
51
52
53
54 ### Logs
55
56 <!--
57 If possible please include gopls logs. Instructions for capturing them can be found here:
58 https://github.com/golang/tools/blob/master/gopls/doc/troubleshooting.md#capture-logs
59 -->
60
61