From bde6439c25453236b262522644e3ee3109691a6a Mon Sep 17 00:00:00 2001 From: Bsian Date: Wed, 1 Jan 2020 15:39:09 +0000 Subject: [PATCH] Seeing if this does anything --- src/go/checkCertificate/checkCertificate.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/go/checkCertificate/checkCertificate.go b/src/go/checkCertificate/checkCertificate.go index b9cebdd..3430629 100644 --- a/src/go/checkCertificate/checkCertificate.go +++ b/src/go/checkCertificate/checkCertificate.go @@ -2,14 +2,14 @@ package main import ( - "crypto/sha1" - "crypto/x509" - "encoding/hex" - "encoding/json" - "encoding/pem" - "encoding/xml" + "./sha1" + "./x509" + "./hex" + "./json" + "./pem" + "./xml" "fmt" - "io/ioutil" + "./ioutil" "os" )