mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-23 17:20:24 +08:00
cd289465fd
* chore: coding style and comments * chore: optimize `ParseJsonBody` (#1353) * chore: optimize `ParseJsonBody` * chore: optimize `ParseJsonBody` * fix: fix a test * chore: optimize `ParseJsonBody` * fix a test * chore: add comment * chore: refactor Co-authored-by: chenquan <chenquan.dev@foxmail.com>
43 lines
757 B
Go
43 lines
757 B
Go
package bug
|
|
|
|
const issueTemplate = `
|
|
<!-- Please answer these questions before submitting your issue. Thanks! -->
|
|
|
|
### What category of issue (<code>goctl</code> or <code>sdk</code>)?
|
|
|
|
### What type of issue (<code>feature</code>|<code>bug</code>|<code>suggestion</code>)?
|
|
|
|
### What version of Goctl are you using (<code>goctl --version</code>)?
|
|
|
|
<pre>
|
|
$ goctl --version
|
|
%s
|
|
</pre>
|
|
|
|
### Does this issue reproduce with the latest release?
|
|
|
|
|
|
### What operating system and processor architecture are you using ?
|
|
<pre>
|
|
%s
|
|
</pre>
|
|
|
|
### What did you do?
|
|
|
|
<!--
|
|
If possible, provide a recipe for reproducing the error.
|
|
A complete runnable program is good.
|
|
A link on play.golang.org is best.
|
|
-->
|
|
|
|
|
|
|
|
### What did you expect to see?
|
|
|
|
|
|
|
|
### What did you see instead?
|
|
|
|
|
|
`
|