go/src/io/fs/format_test.go

type formatTest

func (fs *formatTest) Name() string {}

func (fs *formatTest) Size() int64 {}

func (fs *formatTest) Mode() FileMode {}

func (fs *formatTest) ModTime() time.Time {}

func (fs *formatTest) IsDir() bool {}

func (fs *formatTest) Sys() any {}

func (fs *formatTest) Type() FileMode {}

func (fs *formatTest) Info() (FileInfo, error) {}

var formatTests

func TestFormatFileInfo(t *testing.T) {}

func TestFormatDirEntry(t *testing.T) {}