|
a2f4ce30f5
|
Removed unneded dependency on github.com/pkg/errors.
|
2022-06-26 23:24:10 +04:00 |
|
|
96e8cf0c97
|
Methods Solve, GetAnswer, IsSolved, and Expiry could be implemented once for a base Captcha struct. But GetImage and generateImage methods should be implemented by all structs that compose with base Captcha struct.
|
2022-06-26 22:02:38 +04:00 |
|
|
70195a666e
|
In ICaptcha inteface GenerateImage() method was modified into private.
|
2022-06-26 21:01:27 +04:00 |
|
|
2e3d41a628
|
Changed Expire() method in ICaptcha to Expiry().
ExpireDate() changed to ExpiryDate() and its argument expiration changed to expiry.
|
2022-06-26 20:47:25 +04:00 |
|
|
21b2f24986
|
Initial commit with a fully working program, lel.
|
2022-06-24 23:09:46 +04:00 |
|