We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当store.Verify的answer为空字符串并且id不存在时返回值永远为true 复原代码
package main import ( "fmt" "strconv" "testing" "github.com/mojocn/base64Captcha" ) func TestCat(t *testing.T) { var store = base64Captcha.DefaultMemStore fmt.Println(strconv.FormatBool(store.Verify("dsad", "", true))) }
The text was updated successfully, but these errors were encountered:
破案了,你有v.1.3.5和v1.3.5两个tag,其中v.1.3.5修了,但是v1.3.5没修,但是go认为最新版本是v1.3.5所以是没修的
Sorry, something went wrong.
感谢
No branches or pull requests
当store.Verify的answer为空字符串并且id不存在时返回值永远为true
复原代码
The text was updated successfully, but these errors were encountered: