Commit a3ce042
authored
Work around build error introduced by the new 'go vet' tests analyser in v1.24 (denisenkom#259)
Build's started failing under Go v1.24 which were traced back to a new 'go vet' analyser. Changing the function name in this patch marked it as an example for the package as a whole - as long as the part under the underscore is in lower-case.
See: https://go.dev/blog/examples1 parent 6b3e174 commit a3ce042
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments