all repos — captcha @ 9e952142169c3cd6268c6482a3a61c121536aca2

Go package captcha implements generation and verification of image and audio CAPTCHAs.

Merge pull request #8 from rainyear/master

Update README.md
Dmitry Chestnykh dmitry@codingrobots.com
Tue, 28 Jul 2015 14:50:59 +0200
commit

9e952142169c3cd6268c6482a3a61c121536aca2

parent

84aa93995e70fb9bea09dde3d0036cdc8b298266

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -65,7 +65,7 @@ // The number of captchas created that triggers garbage collection used

// by default store. CollectNum = 100 // Expiration time of captchas used by default store. - Expiration = 10 * time.Minutes + Expiration = 10 * time.Minute ) ```