summaryrefslogtreecommitdiff
path: root/internal/verify
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-28 11:18:14 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-28 11:18:42 +0100
commite9f8db8ee8fccf60e58deb1d72766f94a053bb16 (patch)
treeffa5a9be67717ecc8ff7bdc03d5f96028facb0e3 /internal/verify
parentb4ff890ec2b459148d893499a34a6d2954530369 (diff)
Document: Add comments for most functions and packages
Errors and test files still need to be done. Also some getters are changed by removing the 'get' prefix
Diffstat (limited to 'internal/verify')
-rw-r--r--internal/verify/verify.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/verify/verify.go b/internal/verify/verify.go
index 6432619..98a9c67 100644
--- a/internal/verify/verify.go
+++ b/internal/verify/verify.go
@@ -1,3 +1,4 @@
+// package verify implement signature verification using minisign
package verify
import (