声明不止,继续 go go go !!!
昨天分享了iris框架中,如何使用Google的recaptcha。今天就一起分享学一学golang中如何使用图片验证码以及语音验证码,当然最开始我们还是要面向github编程了。
其实recaptcha的使用很简单,这里不使用iris框架,也很容易自己实现的。
https://github.com/haisum/recaptcha/blob/master/recaptcha.go
package recaptcha
import (
"encoding/json"
"io/ioutil"
"net/http"
"net/url"
"time"
)
// R type represents an object of Recaptcha and has public property Secret,