initialize
This commit is contained in:
parent
988114d022
commit
8d3bbd20f4
|
|
@ -44,6 +44,7 @@ func NewLayeredMap(h func(string) (string, error), c func(string) (string, error
|
|||
cacheHasher: c,
|
||||
}
|
||||
l.layers = []map[string]string{}
|
||||
l.layerHashCache = map[string]string{}
|
||||
return &l
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue