v
v copied to clipboard
Add io/fs standard library
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.
Connected to Huly®: V_0.6-23045
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.