mirror of https://github.com/perkeep/perkeep.git
just one missing map[string]interface{} -> Map conversion
Change-Id: I616ef7260dac9187ea5157f8d47c1b05815ad723
This commit is contained in:
parent
1a51f44196
commit
b355a29150
|
@ -13,7 +13,7 @@ func init() {
|
|||
populateSchemaStat = append(populateSchemaStat, populateSchemaCtime)
|
||||
}
|
||||
|
||||
func populateSchemaCtime(m map[string]interface{}, fi os.FileInfo) {
|
||||
func populateSchemaCtime(m Map, fi os.FileInfo) {
|
||||
st, ok := fi.Sys().(*syscall.Stat_t)
|
||||
if !ok {
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue