all repos — captcha @ aef40a9ca4abd64a3a5181853583804d33d7d71b

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	store.go\
 7	font.go\
 8	image.go\
 9	sounds.go\
10	audio.go\
11	server.go
12
13include $(GOROOT)/src/Make.pkg
14