config ptrs

This commit is contained in:
Juan Batiz-Benet 2014-07-05 13:21:52 -07:00
parent 2d7f2473a5
commit 475ef0f032

View File

@ -16,8 +16,8 @@ type Datastore struct {
}
type Config struct {
Identity Identity
Datastore Datastore
Identity *Identity
Datastore *Datastore
}
var defaultConfigFilePath = "~/.go-ipfs/config"