Lint fixes
This commit is contained in:
parent
c406b182bb
commit
2118a0e776
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ type GopenPGP struct {
|
||||||
var pgp = GopenPGP{
|
var pgp = GopenPGP{
|
||||||
latestServerTime: 0,
|
latestServerTime: 0,
|
||||||
generationOffset: 0,
|
generationOffset: 0,
|
||||||
lock: &sync.RWMutex{},
|
lock: &sync.RWMutex{},
|
||||||
}
|
}
|
||||||
|
|
||||||
// clone returns a clone of the byte slice. Internal function used to make sure
|
// clone returns a clone of the byte slice. Internal function used to make sure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue