mirror of https://github.com/spf13/afero.git
Fix typo in README
O_TRUNC was listed twice, and O_CREATE omitted from the release notes.
This commit is contained in:
parent
0a58b8245b
commit
19b2cf0372
|
@ -168,7 +168,7 @@ Any Afero FileSystem can be used as an httpFs.
|
|||
## Release Notes
|
||||
* **0.9.0** 2015.11.05
|
||||
* New Walk function similar to filepath.Walk
|
||||
* MemMapFs.OpenFile handles O_TRUNC, O_APPEND, O_TRUNC
|
||||
* MemMapFs.OpenFile handles O_CREATE, O_APPEND, O_TRUNC
|
||||
* MemMapFs.Remove now really deletes the file
|
||||
* InMemoryFile.Readdir and Readdirnames work correctly
|
||||
* InMemoryFile functions lock it for concurrent access
|
||||
|
|
Loading…
Reference in New Issue