Versions in this module Expand all Collapse all v0 v0.0.2 Mar 29, 2020 v0.0.1 Mar 29, 2020 Changes in this version + type File interface + type FileSystem interface + Mkdir func(string) error + OpenFile func(string, int) (File, error) + ReadDir func(string) ([]os.FileInfo, error) + Type func() Type + type Type int + const TypeFat32 + const TypeISO9660