trpc.group/trpc-go/trpc-go@v1.0.3/.github/ISSUE_TEMPLATE/00-bug.md (about)

     1  ---
     2  name: Bugs
     3  about: config, server, client, 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 tRPC-Go are you using?
    12  
    13  
    14  ### Does this issue reproduce with the latest release?
    15  
    16  
    17  
    18  ### What operating system and processor architecture are you using (`go env`)?
    19  
    20  <details><summary><code>go env</code> Output</summary><br><pre>
    21  $ go env
    22  
    23  </pre></details>
    24  
    25  ### What did you do?
    26  
    27  <!--
    28  If possible, provide a recipe for reproducing the error.
    29  A complete runnable program is good.
    30  A link on go.dev/play is best.
    31  -->
    32  
    33  
    34  ### What did you expect to see?
    35  
    36  
    37  
    38  ### What did you see instead?