Showing 1 of 1 total issue
Avoid deeply nested control flow statements. Open
Open
} else if modeAscii {
host := parseHost(flag.Args())
fmt.Println(punycoder.EncodeAscii(host))
} else {
printUsage()