1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 14:34:24 +08:00

refactor(repo): privatize serialization methods

This commit is contained in:
Brian Tiger Chow
2015-01-12 17:50:28 -08:00
parent 86258face6
commit 47e4a35e6b
3 changed files with 15 additions and 15 deletions

View File

@ -58,7 +58,7 @@ func (r *FSRepo) Open() error {
if err != nil {
return err
}
conf, err := Load(configFilename)
conf, err := load(configFilename)
if err != nil {
return err
}