Seeing if this does anything

merge-requests/2/merge
Bsian 2020-01-01 15:39:09 +00:00
parent adad62cf96
commit bde6439c25
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 7 additions and 7 deletions

View File

@ -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"
)