*: initial outlinings and LICENSE

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-04-20 14:18:47 -04:00
parent bbdaf4851d
commit 71d8e2cb3a
Signed by: vbatts
GPG key ID: 10937E57733F1362
4 changed files with 68 additions and 0 deletions

6
driver/driver.go Normal file
View 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 {
}