mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
d77176912b
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
16 lines
566 B
Markdown
16 lines
566 B
Markdown
# captcha [![Build Status](https://travis-ci.org/go-macaron/captcha.svg?branch=master)](https://travis-ci.org/go-macaron/captcha)
|
|
|
|
Middleware captcha provides captcha service for [Macaron](https://github.com/go-macaron/macaron).
|
|
|
|
### Installation
|
|
|
|
go get github.com/go-macaron/captcha
|
|
|
|
## Getting Help
|
|
|
|
- [API Reference](https://gowalker.org/github.com/go-macaron/captcha)
|
|
- [Documentation](http://go-macaron.com/docs/middlewares/captcha)
|
|
|
|
## License
|
|
|
|
This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text. |