package
0.0.0-20230706072115-8b501b01151f
Repository: https://github.com/packtpublishing/hands-on-software-engineering-with-golang.git
Documentation: pkg.go.dev

# Functions

ChallengeUser requests a challenge from c and prompts the user for an answer using p.

# Interfaces

Challenger is implemented by objects that can generate CAPTCHA image challenges.
Prompter is implemented by objects that display a CAPTCHA image to the user, ask them to type their contents and return back their response.