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

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
Kevin Atkinson 2017-07-14 15:44:48 -04:00 committed by Jeromy
parent 4eb6ac6054
commit 2aa8f0221b

View File

@ -76,7 +76,7 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
return conf, nil
}
// DatastoreConfig is an internal function exported to aid in testing.
// DefaultDatastoreConfig is an internal function exported to aid in testing.
func DefaultDatastoreConfig() Datastore {
return Datastore{
StorageMax: "10GB",