This website requires JavaScript.
Explore
Help
Register
Sign In
sashakoshka
/
go-gemini
Watch
1
Star
0
Fork
0
You've already forked go-gemini
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fs: Replace FileSystem with io/fs.FS
Browse Source
...
This commit is contained in:
Adnan Maolood
2021-02-16 18:53:41 -05:00
parent
cf995c86c9
commit
d2001de5f3
1 changed files
with
8 additions
and
50 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
58
fs.go
Unescape
Escape
View File
@ -2,8 +2,8 @@ package gemini
import
(
import
(
"io"
"io"
"io/fs"
"mime"
"mime"
"os"
"path"
"path"
)
)