axamon/ramses

View on GitHub
main.go

Summary

Maintainability
A
1 hr
Test Coverage

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

func main() {

    // Creo il contesto inziale che verrĂ  propagato alle go-routine
    // con la funzione cancel per uscire dal programma in modo pulito.
    ctx, cancel := context.WithCancel(context.Background())
Severity: Minor
Found in main.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status