From 721977d04001f4c58885caf932f1172234932ee0 Mon Sep 17 00:00:00 2001 From: avivklas Date: Wed, 20 Jan 2021 23:00:57 +0200 Subject: [PATCH] #17 removed unused import --- certstore_windows.go | 1 - 1 file changed, 1 deletion(-) diff --git a/certstore_windows.go b/certstore_windows.go index 3a8f558..f3cdf5f 100644 --- a/certstore_windows.go +++ b/certstore_windows.go @@ -39,7 +39,6 @@ import ( "fmt" "io" "math/big" - "strconv" "unicode/utf16" "unsafe"