Skip to content

Commit 9d36d83

Browse files
committed
tmp
1 parent 17b9964 commit 9d36d83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checksum.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"os"
77
)
88

9+
//lint:ignore U1000 TODO
910
func verify(path string) error {
1011
f, err := os.Open(path)
1112
if err != nil {

0 commit comments

Comments
 (0)