This commit is contained in:
Sasha Koshka 2023-09-07 18:25:35 -04:00
parent c3c6ff61f5
commit 8a531986eb
1 changed files with 5 additions and 4 deletions

View File

@ -14,7 +14,8 @@ type FS struct {
// FileWriter is a writable version of fs.File.
type FileWriter interface {
interface { fs.File; io.Writer }
fs.File
io.Writer
}
// ApplicationUserDataFS returns an FS that an application can use to store user