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: ''
7
7
8
8
---
9
9
10
+ <!--
10
11
Thank you for creating the issue!
12
+ -->
11
13
12
14
- [ ] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
13
15
- [ ] Yes, I've searched similar issues on GitHub and didn't find any.
14
16
- [ ] 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/ )
15
18
19
+ <!--
16
20
Please include the following information:
21
+ -->
22
+
23
+ <details ><summary >Description of the problem</summary >
24
+
25
+ Your description
26
+
27
+ </details >
17
28
18
29
<details ><summary >Version of golangci-lint</summary >
19
30
@@ -51,3 +62,11 @@ $ golangci-lint run -v
51
62
```
52
63
53
64
</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