Change internal structure in Property object
This commit is contained in:
1
store.go
1
store.go
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user