diff options
| author | adnano <[email protected]> | 2020-09-28 00:42:16 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-09-28 00:42:19 -0400 |
| commit | f093bf567f700eced500abf18a445700061b4fd0 (patch) | |
| tree | 9fd3ba851308b6c7c2156c4884de39176d99ca05 /client.go | |
| parent | Remove NewCertificateStore function (diff) | |
| download | go-gemini-f093bf567f700eced500abf18a445700061b4fd0.tar.xz go-gemini-f093bf567f700eced500abf18a445700061b4fd0.zip | |
Remove unused import
Diffstat (limited to 'client.go')
| -rw-r--r-- | client.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ import ( "crypto/x509" "errors" "io/ioutil" - "log" "net" "net/url" "strconv" |