From bea0a1bce37a73acb323269edeaa5b7d11a2b42d Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Thu, 16 May 2024 07:47:04 +0200 Subject: Fix nits spotted by go vet --- pkg/policy/wildcard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/policy/wildcard.go') diff --git a/pkg/policy/wildcard.go b/pkg/policy/wildcard.go index 58b0d17..abea841 100644 --- a/pkg/policy/wildcard.go +++ b/pkg/policy/wildcard.go @@ -39,7 +39,7 @@ func (w *Wildcards) match(sans []string, notAfter time.Time) bool { type Wildcard struct { BootstrapAt time.Time `json:"bootstrap_at"` Wildcard string `json:"wildcard"` - Excludes []string `json:"excludes",omitempty"` + Excludes []string `json:"excludes,omitempty"` } func (w *Wildcard) UnmarshalJSON(data []byte) error { -- cgit v1.2.3