Add pattern controller #11
Annotations
10 errors and 1 warning
lint:
internal/http/controllers/auth.go#L42
Error return value of `c.Error` is not checked (errcheck)
|
lint:
internal/http/controllers/auth.go#L48
Error return value of `c.Error` is not checked (errcheck)
|
lint:
internal/http/controllers/auth.go#L59
Error return value of `c.Error` is not checked (errcheck)
|
lint:
internal/http/controllers/pattern.go#L43
Error return value of `errors.Unauthorized` is not checked (errcheck)
|
lint:
internal/http/server.go#L58
Error return value of `r.Run` is not checked (errcheck)
|
lint:
internal/config/config.go#L10
var `config` is unused (unused)
|
lint:
cmd/api/main.go#L23
printf: log.Fatalf format %s has arg env of wrong type *string (govet)
|
lint:
internal/patterns/service.go#L39
ineffectual assignment to err (ineffassign)
|
lint:
internal/users/service.go#L59
ineffectual assignment to err (ineffassign)
|
lint
issues found
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/go-rest-api-boilerplate/go-rest-api-boilerplate. Supported file pattern: go.sum
|