We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b9964 commit 9d36d83Copy full SHA for 9d36d83
checksum.go
@@ -6,6 +6,7 @@ import (
6
"os"
7
)
8
9
+//lint:ignore U1000 TODO
10
func verify(path string) error {
11
f, err := os.Open(path)
12
if err != nil {
0 commit comments