Use strings.Builder in Fingerprint

This commit is contained in:
Adnan Maolood 2020-10-28 15:13:31 -04:00
parent 7f0b1fa8a1
commit 34ae2a9066
3 changed files with 9 additions and 10 deletions

View File

@ -7,6 +7,7 @@ import (
"crypto/tls" "crypto/tls"
"crypto/x509" "crypto/x509"
"encoding/pem" "encoding/pem"
"fmt"
"io" "io"
"log" "log"
"os" "os"

9
fs.go
View File

@ -5,7 +5,6 @@ import (
"mime" "mime"
"os" "os"
"path" "path"
"path/filepath"
) )
func init() { func init() {