Commit bfd02d1
committed
Remove redundant build constraint comments
The `// +build` syntax is deprecated in favor of the `//go:build` directive introduced in Go 1.17. Remove the redundant `// +build linux` comments from test files that already have the modern `//go:build linux` directive.1 parent 5451ea2 commit bfd02d1
File tree
2 files changed
+0
-2
lines changed- internal/driver
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
0 commit comments