mirror of https://github.com/perkeep/perkeep.git
Compile with Go tip again.
See https://groups.google.com/forum/?fromgroups=#!topic/golang-dev/yULJVYAbIzg Change-Id: I11e8dd99a9ec4a065f03b888b616c13e5ce0e92c
This commit is contained in:
parent
159c2a5216
commit
7fba04d71a
|
@ -344,8 +344,8 @@ func GenLowLevelConfig(conf *Config) (lowLevelConf *Config, err error) {
|
||||||
obj["prefixes"] = (map[string]interface{})(prefixes)
|
obj["prefixes"] = (map[string]interface{})(prefixes)
|
||||||
|
|
||||||
lowLevelConf = &Config{
|
lowLevelConf = &Config{
|
||||||
jsonconfig.Obj: obj,
|
Obj: obj,
|
||||||
configPath: conf.configPath,
|
configPath: conf.configPath,
|
||||||
}
|
}
|
||||||
return lowLevelConf, nil
|
return lowLevelConf, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue