Lint fixes

This commit is contained in:
Carlos Quintana 2021-10-19 09:06:09 +02:00
parent c406b182bb
commit 2118a0e776
No known key found for this signature in database
GPG key ID: 68324E212E167F8E

View file

@ -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