Categorygithub.com/secbone/geetest
repositorypackage
0.0.0-20180227135246-39c095989130
Repository: https://github.com/secbone/geetest.git
Documentation: pkg.go.dev

# README

Geetest SDK for Golang

This SDK is made by personal, not the official version

Installation

go get -u github.com/Secbone/geetest

Usage

import "github.com/Secbone/geetest"

tester := geetest.New(ID, KEY)

info := tester.Register()

result := tester.Validate(fallback, challenge, validate, seccode)