Fixing store/* bugs...

This commit is contained in:
Jae Kwon
2017-12-04 00:23:10 -08:00
parent 0917fc3de7
commit 1d207a2a5e
5 changed files with 36 additions and 24 deletions
+3
View File
@@ -1,5 +1,7 @@
package client
/*
import (
"path/filepath"
@@ -25,3 +27,4 @@ func GetKeyManager(rootDir string) keys.Manager {
)
return manager
}
*/