@cryptotaxi247 / kubo / commits / 2aa8f0221

go-ipfs-config: Address p.r. feedback

License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>

Kevin Atkinson committed Jul 14, 2017 at 15:44 UTC 2aa8f0221b87adf642d746a7a1b65a9577f482bd
1 file changed +1 -1
config/init.go
+1 -1
@@ -76,7 +76,7 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
76 return conf, nil
77 }
78
79 -// DatastoreConfig is an internal function exported to aid in testing.
79 +// DefaultDatastoreConfig is an internal function exported to aid in testing.
80 func DefaultDatastoreConfig() Datastore {
81 return Datastore{
82 StorageMax: "10GB",