2020-10-28 13:35:24 +00:00
|
|
|
<!--
|
|
|
|
Before filing an issue, please check if vim-go's help addresses your problem (see `:help go-troubleshooting`).
|
2018-05-06 15:45:27 +00:00
|
|
|
|
2020-10-28 13:35:24 +00:00
|
|
|
Consider executing `:GoReportGitHubIssue` to populate much of this information automatically.
|
|
|
|
-->
|
|
|
|
### What did you do? (required: The issue will be **closed** when not provided)
|
2018-05-06 15:45:27 +00:00
|
|
|
|
2020-10-28 13:35:24 +00:00
|
|
|
<!--
|
|
|
|
If possible, please provide clear steps for reproducing the problem.
|
|
|
|
-->
|
2018-05-06 15:45:27 +00:00
|
|
|
|
2020-10-28 13:35:24 +00:00
|
|
|
### What did you expect to happen?
|
2018-05-06 15:45:27 +00:00
|
|
|
|
|
|
|
### What happened instead?
|
|
|
|
|
|
|
|
### Configuration (**MUST** fill this out):
|
|
|
|
|
2020-10-28 13:35:24 +00:00
|
|
|
#### vim-go version:
|
|
|
|
|
|
|
|
#### `vimrc` you used to reproduce:
|
|
|
|
<!--
|
|
|
|
Use a *minimal* vimrc with other plugins disabled; do not link to a 2,000 line vimrc.
|
|
|
|
|
|
|
|
If this is not provided or is obviously incomplete, the issue may be unceremoniously closed.
|
|
|
|
-->
|
|
|
|
<!-- vimrc -->
|
|
|
|
<details><summary>vimrc</summary><br><pre>
|
|
|
|
|
|
|
|
</pre></details>
|
|
|
|
|
|
|
|
#### Vim version (first three lines from `:version`):
|
|
|
|
<!-- :version -->
|
2018-05-06 15:45:27 +00:00
|
|
|
|
2020-10-28 13:35:24 +00:00
|
|
|
#### Go version (`go version`):
|
|
|
|
<!-- go version -->
|
2018-05-06 15:45:27 +00:00
|
|
|
|
2020-10-28 13:35:24 +00:00
|
|
|
#### Go environment
|
|
|
|
<details><summary><code>go env</code> Output:</summary><br><pre>
|
|
|
|
<!-- go env -->
|
2019-06-03 14:58:18 +00:00
|
|
|
|
2020-10-28 13:35:24 +00:00
|
|
|
</pre></details>
|
2019-06-03 14:58:18 +00:00
|
|
|
|
2020-10-28 13:35:24 +00:00
|
|
|
#### gopls version
|
|
|
|
<details><summary><code>gopls version</code> Output:</summary><br><pre>
|
|
|
|
<!-- gopls version -->
|
2018-05-06 15:45:27 +00:00
|
|
|
|
2020-10-28 13:35:24 +00:00
|
|
|
</pre></details>
|