2021-11-23 12:52:07 -07:00
|
|
|
---
|
|
|
|
name: Bugs
|
|
|
|
about: The go command, standard library, or anything else
|
|
|
|
title: "affected/package: "
|
|
|
|
---
|
|
|
|
|
2020-01-06 09:58:37 -07:00
|
|
|
<!--
|
|
|
|
Please answer these questions before submitting your issue. Thanks!
|
|
|
|
-->
|
2017-07-24 10:53:26 -06:00
|
|
|
|
2016-08-17 09:31:12 -06:00
|
|
|
### What version of Go are you using (`go version`)?
|
2016-02-25 20:05:16 -07:00
|
|
|
|
2018-09-27 17:29:39 -06:00
|
|
|
<pre>
|
|
|
|
$ go version
|
|
|
|
|
|
|
|
</pre>
|
2016-02-25 20:05:16 -07:00
|
|
|
|
2017-07-24 10:53:26 -06:00
|
|
|
### Does this issue reproduce with the latest release?
|
|
|
|
|
|
|
|
|
2018-09-27 17:29:39 -06:00
|
|
|
|
2016-08-17 09:31:12 -06:00
|
|
|
### What operating system and processor architecture are you using (`go env`)?
|
2016-02-25 20:05:16 -07:00
|
|
|
|
2018-09-27 17:29:39 -06:00
|
|
|
<details><summary><code>go env</code> Output</summary><br><pre>
|
|
|
|
$ go env
|
|
|
|
|
|
|
|
</pre></details>
|
2016-02-25 20:05:16 -07:00
|
|
|
|
2016-08-17 09:31:12 -06:00
|
|
|
### What did you do?
|
2016-12-09 04:15:23 -07:00
|
|
|
|
2018-09-27 17:29:39 -06:00
|
|
|
<!--
|
2016-02-25 20:35:42 -07:00
|
|
|
If possible, provide a recipe for reproducing the error.
|
|
|
|
A complete runnable program is good.
|
2021-11-23 12:52:07 -07:00
|
|
|
A link on go.dev/play is best.
|
2018-09-27 17:29:39 -06:00
|
|
|
-->
|
|
|
|
|
2016-02-25 20:05:16 -07:00
|
|
|
|
|
|
|
|
2016-08-17 09:31:12 -06:00
|
|
|
### What did you expect to see?
|
2016-02-25 20:05:16 -07:00
|
|
|
|
|
|
|
|
2018-09-27 17:29:39 -06:00
|
|
|
|
2016-08-17 09:31:12 -06:00
|
|
|
### What did you see instead?
|
2021-11-23 12:52:07 -07:00
|
|
|
|
|
|
|
|