change config file to avoid name conflict
This commit is contained in:
parent
081c192415
commit
4a3b582387
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ func main() {
|
||||||
{"Time", time.Now().Format("2006.01.02 15:04:05")},
|
{"Time", time.Now().Format("2006.01.02 15:04:05")},
|
||||||
}
|
}
|
||||||
|
|
||||||
f, err := os.Create(configDir + "daemon.conf")
|
f, err := os.Create(configDir + "cdaemon.conf")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue