*: initial outlinings and LICENSE
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
bbdaf4851d
commit
71d8e2cb3a
4 changed files with 68 additions and 0 deletions
6
driver/driver.go
Normal file
6
driver/driver.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package driver
|
||||
|
||||
// Driver is the vfs level driver to operate on filesystem trees (i.e.
|
||||
// copy-on-write filesystems, etc)
|
||||
type Driver struct {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue