internal/util/main.go

Summary

Maintainability
A
1 hr
Test Coverage

Function HTTPResponseArr has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func HTTPResponseArr(status int, statusMessage string, body string, title string, w http.ResponseWriter) {
Severity: Minor
Found in internal/util/main.go - About 35 mins to fix

    Function HTTPResponse has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func HTTPResponse(status int, statusMessage string, body string, title string, w http.ResponseWriter) {
    Severity: Minor
    Found in internal/util/main.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status