• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Mar-2022-

.drone.ymlH A D24-Mar-2022504 3328

LICENSEH A D24-Mar-202210 KiB191155

README.mdH A D24-Mar-2022476 158

captcha.goH A D24-Mar-20226.4 KiB249178

image.goH A D24-Mar-202213.4 KiB506432

siprng.goH A D24-Mar-20224.6 KiB278196

README.md

1# captcha [![Build Status](https://drone.gitea.com/api/badges/go-chi/captcha/status.svg)](https://drone.gitea.com/go-chi/captcha)
2
3Middleware captcha provides captcha service for [chi](https://github.com/go-chi/chi).
4
5### Installation
6
7	go get gitea.com/go-chi/captcha
8
9## Getting Help
10
11- [API Reference](https://pkg.go.dev/gitea.com/go-chi/captcha)
12
13## License
14
15This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.