diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-28 12:50:23 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-28 12:50:23 +0100 |
| commit | 7bab6c76599fdfd34ea9bb064d871ed2be01d4c8 (patch) | |
| tree | 8200ead8926c0c5f11f750698760a0bcd93c230c /internal/verify/verify.go | |
| parent | 7339e77c6eda5b96874dfc099d5c58da8ed53629 (diff) | |
Lint: Run godot fix
Full command: golangci-lint run --disable-all -E godot --fix
Diffstat (limited to 'internal/verify/verify.go')
| -rw-r--r-- | internal/verify/verify.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/verify/verify.go b/internal/verify/verify.go index 98a9c67..83765a0 100644 --- a/internal/verify/verify.go +++ b/internal/verify/verify.go @@ -54,7 +54,7 @@ func Verify( // The signature is checked to have a timestamp with a value of at least minSignTime, which is a UNIX timestamp without milliseconds. // // The return value will either be (true, nil) on success or (false, detailedVerifyError) on failure. -// Note that every error path is wrapped in a custom type here because minisign does not return custom error types, they use errors.New +// Note that every error path is wrapped in a custom type here because minisign does not return custom error types, they use errors.New. func verifyWithKeys( signatureFileContent string, signedJSON []byte, |
