From 2118a0e7760f4da9ed225749f43fd40ee690f186 Mon Sep 17 00:00:00 2001 From: Carlos Quintana Date: Tue, 19 Oct 2021 09:06:09 +0200 Subject: [PATCH] Lint fixes --- crypto/gopenpgp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/gopenpgp.go b/crypto/gopenpgp.go index 2884b31..d5ae56d 100644 --- a/crypto/gopenpgp.go +++ b/crypto/gopenpgp.go @@ -14,7 +14,7 @@ type GopenPGP struct { var pgp = GopenPGP{ latestServerTime: 0, generationOffset: 0, - lock: &sync.RWMutex{}, + lock: &sync.RWMutex{}, } // clone returns a clone of the byte slice. Internal function used to make sure