-
Notifications
You must be signed in to change notification settings - Fork 0
add support for afero fs #197
Copy link
Copy link
Open
Labels
featureNew feature or requestNew feature or request
Description
see: afero
After some thought, I'm not sure that it is wise to introduce a dependency on afero, just for the niche requirement of supporting afero. The better solution would be to define a new repo (trafero or nefero), that provides the afero adapters that conform to the interfaces defined here in traverse. Any client requiring both afero and traverse support, would just use this new repo to provide adaptation, freeing up traverse to not have a non essential dependency.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request