From 46f6e6c7463ad706523a40e51de9f6e2bd302861 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Sat, 4 Dec 2021 17:53:22 +0100 Subject: [PATCH] Calm golint about blank import. --- csaf/validation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaf/validation.go b/csaf/validation.go index 881242f..bb06412 100644 --- a/csaf/validation.go +++ b/csaf/validation.go @@ -2,7 +2,7 @@ package csaf import ( "bytes" - _ "embed" + _ "embed" // Used for embedding. "sort" "strings" "sync"