Add exports that make controller usable

This commit is contained in:
Soam Vasani
2016-10-29 20:38:50 -07:00
parent ff3efa3434
commit a93c17548c
10 changed files with 107 additions and 93 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func TestFileStore(t *testing.T) {
log.Printf("temp dir at %v", dir)
// file store
fs := makeFileStore(dir)
fs := MakeFileStore(dir)
_, err = fs.read("nonexistent")
if err == nil {