You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get arounf the problem of os.File is a struct and not an interface, which poses a problem for fstest.MapFS which uses it own FIle abstraction, MapFile.
The text was updated successfully, but these errors were encountered:
Actually, the fix for this is to use fs.File, which IS an interface, so the file system interfaces have all been changed to use fs.File instead of *os.File.
To get arounf the problem of os.File is a struct and not an interface, which poses a problem for fstest.MapFS which uses it own FIle abstraction, MapFile.
The text was updated successfully, but these errors were encountered: