roobre/ffxivapi

View on GitHub
http/cmd/main.go

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 61 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func main() {
    addr := ":8080"
    if len(os.Args) >= 2 {
        addr = os.Args[1]
    }
Severity: Minor
Found in http/cmd/main.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status