hack-pad / hackpadfs

An extensible file system abstraction for Go. File systems, composable interfaces, and test suites.
Apache License 2.0
251 stars 11 forks source link

Add `hackpadfs.WriteFullFile()` to call an optimized `fs.WriteFile()` #25

Closed JohnStarich closed 1 year ago

JohnStarich commented 1 year ago

Add hackpadfs.WriteFullFile() to call an optimized fs.WriteFile().