ISSUE_TEMPLATE 706 B

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