aboutsummaryrefslogtreecommitdiff
path: root/check.go
diff options
context:
space:
mode:
Diffstat (limited to 'check.go')
-rw-r--r--check.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.go b/check.go
index f3fe33d..e576dff 100644
--- a/check.go
+++ b/check.go
@@ -21,6 +21,6 @@ func check() error {
files[i] = args.Arg(i)
}
fmt.Println(files)
- _, _, _ = quiet, pubFile, sigFile
+ _, _, _ = quiet, pubFile, sigFile // TODO
return nil
}