From ab1c61fc4da5f62279c1c17d7ca1b930d596da1d Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 9 Sep 2024 11:27:32 -0700 Subject: [PATCH] Remove nolint comment --- certformat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certformat.go b/certformat.go index 9301050..aab4f00 100644 --- a/certformat.go +++ b/certformat.go @@ -2,7 +2,7 @@ package certinfo import ( "bytes" - "crypto/dsa" //nolint:staticcheck // used to inspect key + "crypto/dsa" "crypto/ecdsa" "crypto/ed25519" "crypto/rsa"