修改 参数

master
dengsgo 2019-06-04 11:19:24 +08:00
parent d2be0654e2
commit c9aedb2d34
1 changed files with 1 additions and 1 deletions

View File

@ -65,6 +65,6 @@ func relativePath(folder, p string) string {
}
func logAndExit(v ...interface{}) {
log.Println(v)
log.Println(v...)
os.Exit(0)
}