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
The missing interface filesystem abstraction for Go.
4
+
Billy implements an interface based on the `os` standard library, allowing to develop applications without dependency on the underlying storage. Make virtually free implement an mocks and testing over filesystem operations.
4
5
5
-
This library was extracted from
6
-
[src-d/go-git](https://github.com/src-d/go-git).
6
+
Billy was born as part of [src-d/go-git](https://github.com/src-d/go-git) project.
7
7
8
8
## Installation
9
9
@@ -27,29 +27,39 @@ The following example caches in memory all readable files in a directory from an
0 commit comments