aboutsummaryrefslogtreecommitdiff
path: root/fs.go
diff options
context:
space:
mode:
authorKaleb Elwert <[email protected]>2021-02-23 23:52:23 -0800
committerAdnan Maolood <[email protected]>2021-02-24 07:41:53 -0500
commit2c2d74bcb25d0ffb3f1b82ffc24cd4595da331b7 (patch)
treea4042a69cf65d3e0bbea4b2e18085dfcef56fdef /fs.go
parentMake ResponseWriter an interface (diff)
downloadgo-gemini-2c2d74bcb25d0ffb3f1b82ffc24cd4595da331b7.tar.xz
go-gemini-2c2d74bcb25d0ffb3f1b82ffc24cd4595da331b7.zip
Only use fs.go when fs.FS is available
Diffstat (limited to 'fs.go')
-rw-r--r--fs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs.go b/fs.go
index 4ef515c..3ad0451 100644
--- a/fs.go
+++ b/fs.go
@@ -1,3 +1,5 @@
+// +build 1.16
+
package gemini
import (