all repos — captcha @ cbab3d068b304747e3c6444c8c80b2a87c5a0a9c

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	font.go\
 7	image.go
 8
 9include $(GOROOT)/src/Make.pkg
10