Change internal structure in Property object

This commit is contained in:
Fabio Scotto di Santolo
2017-11-14 18:30:23 +01:00
parent ccfe5ab055
commit e82bb45331
3 changed files with 33 additions and 13 deletions

View File

@@ -10,7 +10,6 @@ import (
// StoringFunction -- type
type StoringFunction func(Properties) (*os.File, error)
// FIXME when you remove a property it not work fine
func defaultStore(p Properties) (*os.File, error) {
absolutePathFile, err := filepath.Abs(filepath.Join(p.Path(), p.FileName()))
if err != nil {