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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
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)
1
+
vfs for golang [](https://travis-ci.org/blang/vfs)[](https://godoc.org/github.com/3JoB/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.
5
5
6
6
Usage
7
7
-----
8
8
```bash
9
-
$ go get github.com/blang/vfs
9
+
$ go get github.com/3JoB/vfs
10
10
```
11
11
Note: Always vendor your dependencies or fix on a specific version tag.
0 commit comments