all repos — captcha @ 364b4304db2a30e1940ea73035bf1b8c4f4f68bf

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