Skip to content

Commit

Permalink
Added missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaarni committed Jan 24, 2024
1 parent 75850d9 commit ac0d070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type Certificate struct {

// lazyInitialize ensures that only single goroutine can run lazy initialization of certificate concurrently.
// Concurrent regeneration of certificate and private key by explicit call to Generate() is not supported.
lazyInitialize sync.Mutex
lazyInitialize sync.Mutex `json:"-" hash:"-"`
}

type KeyType uint
Expand Down

0 comments on commit ac0d070

Please sign in to comment.