simonmittag/punycoder

View on GitHub

Showing 1 of 1 total issue

Avoid deeply nested control flow statements.
Open

        } else if modeAscii {
            host := parseHost(flag.Args())
            fmt.Println(punycoder.EncodeAscii(host))
        } else {
            printUsage()
Severity: Major
Found in cmd/punycoder/main.go - About 45 mins to fix
    Severity
    Category
    Status
    Source
    Language