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