feat: add basic fiber boilerplate #1
Annotations
6 errors
lint:
internal/api/server.go#L80
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
pkg/goth/zauth/zauth.go#L18
G101: Potential hardcoded credentials (gosec)
|
lint:
pkg/goth/zauth/zauth.go#L92
httpNoBody: http.NoBody should be preferred to the nil request body (gocritic)
|
lint:
pkg/goth/zauth/zauth.go#L102
Error return value of `response.Body.Close` is not checked (errcheck)
|
lint:
pkg/goth/zauth/zauth.go#L158
S1011: should replace loop with `c.Scopes = append(c.Scopes, scopes...)` (gosimple)
|
lint
issues found
|