run windows console fix

This commit is contained in:
nkanaev 2021-11-11 09:51:27 +00:00
parent c7eddff118
commit cca742a1c2

View File

@ -29,6 +29,8 @@ func opt(envVar, defaultValue string) string {
} }
func main() { func main() {
platform.FixConsoleIfNeeded()
var addr, db, authfile, certfile, keyfile, basepath, logfile string var addr, db, authfile, certfile, keyfile, basepath, logfile string
var ver, open bool var ver, open bool