go-billy
go-billy copied to clipboard
httpfs: implement http.FileSystem interfaces
Implements the http.FileSystem interfaces.
This allows using http.FileServer with a BillyFS.
I also updated go.mod to go1.18 since go1.16, 1.15, 1.14 (as previously tested) are no longer supported Go releases.