From 7bab6c76599fdfd34ea9bb064d871ed2be01d4c8 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 28 Nov 2022 12:50:23 +0100 Subject: Lint: Run godot fix Full command: golangci-lint run --disable-all -E godot --fix --- internal/verify/verify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/verify/verify.go') 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, -- cgit v1.2.3