handler/handler.go

Summary

Maintainability
A
40 mins
Test Coverage

Function New has 6 return statements (exceeds 4 allowed).
Open

func New(c *up.Config, h http.Handler) (http.Handler, error) {
    h = poweredby.New("up", h)
    h = robots.New(c, h)
    h = static.NewDynamic(c, h)

Severity: Major
Found in handler/handler.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status