2captcha / 2captcha-go

Golang Module for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, funcaptcha, geetest and solve any other captchas.
https://2captcha.com
MIT License
108 stars 42 forks source link

Fix max alowed value #14

Closed PBadicean closed 1 year ago

PBadicean commented 1 year ago

I checked that the maximum allowed value for FormatUint will be 2 <= base <= 36 link to docs: https://github.com/golang/go/blob/master/src/strconv/itoa.go

Fixes #12