Adds storage driver interface, tests, and two basic implementations

This commit is contained in:
Brian Bland
2014-10-21 15:02:20 -07:00
parent 12e68998e1
commit 3f95694180
12 changed files with 1320 additions and 0 deletions

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
language: go
go:
- 1.3
- tip