v icon indicating copy to clipboard operation
v copied to clipboard

Add io/fs standard library

Open Avey777 opened this issue 8 months ago • 2 comments

Describe the feature

The io/fs package provides a set of core types that define file system interfaces

Use Case

https://github.com/golang/go/tree/master/src/io/fs

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • [ ] I may be able to implement this feature request
  • [ ] This feature might incur a breaking change

Version used

V 0.4.10 0c495d0

Environment details (OS name and version, etc.)

Not Applicable

[!NOTE] You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.

Avey777 avatar Jun 10 '25 10:06 Avey777

Connected to Huly®: V_0.6-23045

huly-for-github[bot] avatar Jun 10 '25 10:06 huly-for-github[bot]

V has module os for files, processes and signals. For instance, while go's walk function is in fs package, V's is in os module. Moving functions to another modules would break code.

jorgeluismireles avatar Jun 10 '25 16:06 jorgeluismireles