From cbba7ae787e86640a52eea008728bfff759df1b2 Mon Sep 17 00:00:00 2001 From: Tero Saarni Date: Wed, 24 Jan 2024 09:48:55 +0200 Subject: [PATCH] Added missing tags (#51) --- certificate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certificate.go b/certificate.go index 7c2e6f4..57d3e3d 100644 --- a/certificate.go +++ b/certificate.go @@ -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