Hanno Hecker
d660f82c74
remove MemMepFs limitation
2016-01-25 14:05:49 -05:00
Steve Francia
52ef806ebb
update examples to use 'afero.' before calls
2016-01-11 21:49:09 -05:00
Steve Francia
fe8e895336
Migrate all backends & readme to use constructorish New...
2016-01-11 21:41:03 -05:00
Steve Francia
4f6cfb713a
Update readme to reflect migration of filters to filesystems
2016-01-11 20:48:25 -05:00
Hanno Hecker
e68b257a2b
add union fs
2016-01-11 14:42:14 -05:00
Hanno Hecker
205066d391
Add BasePathFs as FilterFs
...
* add a BasePathFs implemented as FilterFs:
The BasePathFs restricts all operations to a given path within an Fs.
The given file name to the operations on this Fs will be prepended
with the base path before calling the base Fs.
Any file name (after filepath.Clean()) outside this base path will be
treated as non existing file.
* fix meaning of "facere" - "facio" means "I do", "facere" is the base
form
2016-01-11 13:21:51 -05:00
Jerry Jacobs
a34aa3adc4
README: Add xor-gate as author
2016-01-02 14:38:54 +01:00
Jerry Jacobs
90ff561dda
Add SftpFs beta backend
2015-12-26 20:36:25 +01:00
Hanno Hecker
e7cb826c1f
update README to match the filters
2015-12-21 13:34:19 -05:00
Martin Bertschler
98ed0a3409
return improved errors from MemMapFs methods
...
MemMapFs.Mkdir now returns an error if the file or dir already exists
MemMapFs.Remove now returns an error if the file or dir doesn't exists
fixes #43
2015-12-20 22:09:09 +01:00
Hanno Hecker
36b075cbbf
show how filtering is used
2015-12-15 18:18:10 +01:00
Steve Francia
99f1ddeda3
reposition gitter badge
2015-12-10 13:14:25 -05:00
The Gitter Badger
fffa47e80f
Add Gitter badge
2015-12-10 18:05:16 +00:00
Steve Francia
99c3e9a2c7
Release 0.10 of Afero
2015-12-10 12:26:46 -05:00
Steve Francia
b5982947d7
Clarify naming in readme
...
fixes #28
2015-12-10 12:26:46 -05:00
Steve Francia
508533e0fc
Adding utilities to readme
2015-12-10 12:26:46 -05:00
Martin Bertschler
adb80c3cf7
Fix AppVeyor badge
2015-12-08 18:08:37 +01:00
Martin Bertschler
b705e04d55
Add AppVeyor badge to Readme
2015-12-06 11:56:46 +01:00
Martin Bertschler
55789de153
Format Readme.md code blocks as Go code
2015-12-03 18:23:48 +01:00
Steve Francia
f85f3b3779
reorganize and update readme
2015-12-01 17:10:13 -05:00
Steve Francia
4d968e2d2e
Add logo image to readme
2015-11-30 21:04:23 -05:00
Steve Francia
4a72472d2c
Update README.md
2015-11-30 20:54:51 -05:00
Alex Tomlins
19b2cf0372
Fix typo in README
...
O_TRUNC was listed twice, and O_CREATE omitted from the release notes.
2015-11-07 08:00:20 -05:00
Martin Bertschler
1407a13a63
Update README.md File interface and docs badge
...
Add a GoDocs badge
Change the badges to .svg
Add Sync() to File interface
2015-11-06 11:43:47 -05:00
Martin Bertschler
aca753daff
Update README.md Release Notes and Contributors
...
Add a new version 0.9.0 to Release Notes to highlight recent improvements in afero
Add mbertschler as contributor.
Rename MemFile to its actual name InMemoryFile.
2015-11-06 11:43:47 -05:00
Martin Bertschler
171091926d
change Readdir test to work, update Fs and File interface in README
...
Readdir test worked on OS X but not on CI, because the assumption that the os.File Readdir returns files sorted by name is not true on all operating systems
2015-11-04 23:43:06 +01:00
Jamie Wilkinson
af8b55cd1f
Add jaqx0r to the list of contributors.
2015-05-01 17:53:54 -04:00
Wayne E. Seguin
139e50e29a
'fs' => 'afero'
...
Changed remaining 'fs' to 'afero' in README.
2015-02-24 11:57:06 -05:00
spf13
11dade3cc0
Adding Travis-CI support
2014-11-01 00:25:15 -04:00
spf13
0bc61700a3
afero is born
2014-10-28 10:29:28 -04:00
Steve Francia
a454cef144
Initial commit
2014-10-28 10:19:05 -04:00