Commit 2bd9b36
x/benchmarks: fix go vet warnings
Here are go vet warnings for this repository:
lang.org/x/benchmarks/driver
driver/driver.go:375:2: unreachable code
driver/driver.go:376:2: unreachable code
third_party/biogo-examples/igor/igor/cluster.go:51:9: github.com/biogo/store/interval.IntRange struct literal uses unkeyed fields
sweet/benchmarks/biogo-igor/igor.go:68:30: golang.org/x/benchmarks/third_party/biogo-examples/igor/igor.GroupConfig struct literal uses unkeyed fields
This patch will fix the above warnings.
Change-Id: Id36cc3fa951072d374b843eff9abd769874d3835
Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/642895
Reviewed-by: Michael Knyszek <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>1 parent 0c9187f commit 2bd9b36
File tree
3 files changed
+4
-6
lines changed- driver
- sweet/benchmarks/biogo-igor
- third_party/biogo-examples/igor/igor
3 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | | - | |
377 | 375 | | |
378 | 376 | | |
379 | 377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments