batazor/go-auth

View on GitHub
utils/recaptcha/types.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Captcha should have comment or be unexported
Open

type Captcha struct {
Severity: Minor
Found in utils/recaptcha/types.go by golint

type name will be used as recaptcha.RecaptchaResponse by other packages, and that stutters; consider calling this Response
Open

type RecaptchaResponse struct {
Severity: Minor
Found in utils/recaptcha/types.go by golint

exported type RecaptchaResponse should have comment or be unexported
Open

type RecaptchaResponse struct {
Severity: Minor
Found in utils/recaptcha/types.go by golint

There are no issues that match your filters.

Category
Status