From d09f28d335438e457f7ab8a3d5d8e35050210339 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 +- certinfo.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" diff --git a/certinfo.go b/certinfo.go index 1ea33f9..8ba129b 100644 --- a/certinfo.go +++ b/certinfo.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"