wisedog/ladybug

View on GitHub
errors/errorhandler.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type HttpError should have comment or be unexported
Open

type HttpError struct {
Severity: Minor
Found in errors/errorhandler.go by golint

exported function HandleError should have comment or be unexported
Open

func HandleError(w http.ResponseWriter, r *http.Request, err error) {
Severity: Minor
Found in errors/errorhandler.go by golint

type HttpError should be HTTPError
Open

type HttpError struct {
Severity: Minor
Found in errors/errorhandler.go by golint

There are no issues that match your filters.

Category
Status