ISSUE_TEMPLATE 619 B

123456789101112131415161718192021222324252627282930313233343536
  1. <!-- Please answer these questions before submitting your issue. Thanks! -->
  2. ### What version of Go are you using (`go version`)?
  3. <pre>
  4. $ go version
  5. </pre>
  6. ### Does this issue reproduce with the latest release?
  7. ### What operating system and processor architecture are you using (`go env`)?
  8. <details><summary><code>go env</code> Output</summary><br><pre>
  9. $ go env
  10. </pre></details>
  11. ### What did you do?
  12. <!--
  13. If possible, provide a recipe for reproducing the error.
  14. A complete runnable program is good.
  15. A link on play.golang.org is best.
  16. -->
  17. ### What did you expect to see?
  18. ### What did you see instead?