aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-01-14 22:45:09 -0500
committerAdnan Maolood <[email protected]>2021-01-14 22:45:09 -0500
commit2b17f3d8ebcced1074df5845c969871c1f3e4127 (patch)
treef5c07170df9d423a83e55c5ccdb7fb85a3ab5626
parentclient: Add note about TOFU (diff)
downloadgo-gemini-2b17f3d8ebcced1074df5845c969871c1f3e4127.tar.xz
go-gemini-2b17f3d8ebcced1074df5845c969871c1f3e4127.zip
fs: Remove unused importv0.1.12
-rw-r--r--fs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs.go b/fs.go
index c0bdc9b..d9ca4d6 100644
--- a/fs.go
+++ b/fs.go
@@ -1,7 +1,6 @@
package gemini
import (
- "fmt"
"io"
"mime"
"os"