Another exciting update to the Go Virtual File System package! It also includes the gopher mascot munching VFS cookies. Well, sort of, I better spend time coding than making images.
New Features
- GH-3 finally normalizes the
vfs.Filesystem
interface by bringing in thefs.RemoveAll()
andfs.MkdirAll()
methods. Previously a globalvfs.*All()
call was necessary, but now it is accessible from the selected virtual file system instance. This certainly makes integration with other apps easier to do. - The BucketFS now has detailed documentation on-site.
Change Log
Full Changelog: v1.2.1...v1.3.0