File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,24 @@ assignees: ''
77
88---
99
10+ <!--
1011Thank you for creating the issue!
12+ -->
1113
1214- [ ] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
1315- [ ] Yes, I've searched similar issues on GitHub and didn't find any.
1416- [ ] Yes, I've included all information below (version, config, etc).
17+ - [ ] Yes, I've tried with the standalone linter if available. (https://golangci-lint.run/usage/linters/ )
1518
19+ <!--
1620Please include the following information:
21+ -->
22+
23+ <details ><summary >Description of the problem</summary >
24+
25+ Your description
26+
27+ </details >
1728
1829<details ><summary >Version of golangci-lint</summary >
1930
@@ -51,3 +62,11 @@ $ golangci-lint run -v
5162```
5263
5364</details >
65+
66+ <details ><summary >Code example or link to a public repository</summary >
67+
68+ ``` go
69+ // add your code here
70+ ```
71+
72+ </details >
You can’t perform that action at this time.
0 commit comments