modulepackage
0.0.0-20150327103424-9a0a0b14680c
Repository: https://github.com/macaron-contrib/captcha.git
Documentation: pkg.go.dev
# README
# Functions
Captchaer is a middleware that maps a captcha.Captcha service into the Macaron handler chain.
NewCaptcha initializes and returns a captcha with given options.
NewImage returns a new captcha image of the given width and height with the given digits, where each digit must be in range 0-9.
No description provided by the author