recaptcha
Package recaptcha
implements a Go client to validate captchas.
Install
import (
"libs.altipla.consulting/recaptcha"
)
Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using make gofmt
.
Running tests
Run the tests:
make test
License
MIT License