package
0.0.0-20241223090118-035fcd7fed56
Repository: https://github.com/ibiscum/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.