all repos — captcha @ a54149340cf237d424bf7d5092d24ff92511faab

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

Update README.md
Yusheng sniky.hack@gmail.com
Tue, 28 Jul 2015 10:33:19 +0800
commit

a54149340cf237d424bf7d5092d24ff92511faab

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 ) ```