all repos — captcha @ caf79f3bd2e22476ecba6f08fb28db4afaf44c17

Go package captcha implements generation and verification of image and audio CAPTCHAs.

Makefile (view raw)

 1include $(GOROOT)/src/Make.inc
 2
 3TARG=github.com/dchest/captcha
 4GOFILES=\
 5	captcha.go\
 6	draw.go\
 7	font.go
 8
 9include $(GOROOT)/src/Make.pkg
10