From 24f4aeca1802983f7d67318bc06a996b57f3445b Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Wed, 11 Oct 2023 22:22:49 +0200 Subject: [PATCH] Replaced tab spaces in the README with whitespaces --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d19bfdc..287c969 100644 --- a/README.md +++ b/README.md @@ -143,19 +143,19 @@ All fields from the WidNotice struct can be used. ```go type WidNotice struct { - Uuid string - Name string - Title string - Published time.Time - Classification string - // optional fields (only fully supported by cert-bund) - Basescore int // -1 = unknown - Status string // "" = unknown - ProductNames []string // empty = unknown - Cves []string // empty = unknown - NoPatch string // "" = unknown + Uuid string + Name string + Title string + Published time.Time + Classification string + // optional fields (only fully supported by cert-bund) + Basescore int // -1 = unknown + Status string // "" = unknown + ProductNames []string // empty = unknown + Cves []string // empty = unknown + NoPatch string // "" = unknown // metadata - PortalUrl string + PortalUrl string } ```