Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + type FS struct + func (f FS) Open(name string) (fs.File, error) + func (f FS) ReadDir(name string) ([]fs.DirEntry, error) + func (f FS) ReadFile(name string) ([]byte, error)