You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
vfs for golang [](https://drone.io/github.com/blang/vfs/latest)[](https://godoc.org/github.com/blang/vfs)[](https://coveralls.io/r/blang/vfs?branch=master)[](https://gitter.im/blang/vfs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1
+
vfs for golang [](https://travis-ci.org/blang/vfs)[](https://godoc.org/github.com/blang/vfs)[](https://coveralls.io/r/blang/vfs?branch=master)[](https://gitter.im/blang/vfs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
2
======
3
3
4
4
vfs is library to support virtual filesystems. It provides basic abstractions of filesystems and implementations, like `OS` accessing the file system of the underlying OS and `memfs` a full filesystem in-memory.
@@ -93,4 +93,4 @@ Feel free to make a pull request. For bigger changes create a issue first to dis
0 commit comments