type readDirOnly … func (readDirOnly) Open(name string) (File, error) { … } func TestReadDir(t *testing.T) { … } func TestFileInfoToDirEntry(t *testing.T) { … } func errorPath(err error) string { … } func TestReadDirPath(t *testing.T) { … }
type readDirOnly … func (readDirOnly) Open(name string) (File, error) { … } func TestReadDir(t *testing.T) { … } func TestFileInfoToDirEntry(t *testing.T) { … } func errorPath(err error) string { … } func TestReadDirPath(t *testing.T) { … }