Skip to content

Replace os.PathSeparator as needed in UEFI fs.FS implementation. #9

@abarisani

Description

@abarisani

Currently the UEFI implementation of Go fs.FS interface expects callers to replace forward slashes with back slashes.

Rather it should satisfy fs.ValidPath requirement and only honor forward slashes.

For any other os access os.PathSeparator should be honored as needed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions