From 338e3d1b0b43fb571709e2e4f3d665b2b7890098 Mon Sep 17 00:00:00 2001 From: Weilin Shi <934587911@qq.com> Date: Wed, 11 Oct 2017 15:32:24 +0800 Subject: [PATCH] add captcha --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1ea4a5b..3eaa7c13 100644 --- a/README.md +++ b/README.md @@ -734,6 +734,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [battery](https://github.com/distatus/battery) - Cross-platform, normalized battery information library. * [bitio](https://github.com/icza/bitio) - Highly optimized bit-level Reader and Writer for Go. * [browscap_go](https://github.com/digitalcrab/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). +* [captcha](https://github.com/steambap/captcha) - Package captcha provides an easy to use, unopinionated API for captcha generation. * [conv](https://github.com/cstockton/go-conv) - Package conv provides fast and intuitive conversions across Go types. * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. * [errors](https://github.com/pkg/errors) - Package that provides simple error handling primitives.