github.com/AndrienkoAleksandr/go@v0.0.19/.github/ISSUE_TEMPLATE/00-bug.md (about)

     1  ---
     2  name: Bugs
     3  about: The go command, standard library, or anything else
     4  title: "affected/package: "
     5  ---
     6  
     7  <!--
     8  Please answer these questions before submitting your issue. Thanks!
     9  -->
    10  
    11  ### What version of Go are you using (`go version`)?
    12  
    13  <pre>
    14  $ go version
    15  
    16  </pre>
    17  
    18  ### Does this issue reproduce with the latest release?
    19  
    20  
    21  
    22  ### What operating system and processor architecture are you using (`go env`)?
    23  
    24  <details><summary><code>go env</code> Output</summary><br><pre>
    25  $ go env
    26  
    27  </pre></details>
    28  
    29  ### What did you do?
    30  
    31  <!--
    32  If possible, provide a recipe for reproducing the error.
    33  A complete runnable program is good.
    34  A link on go.dev/play is best.
    35  -->
    36  
    37  
    38  
    39  ### What did you expect to see?
    40  
    41  
    42  
    43  ### What did you see instead?
    44  
    45