all repos — captcha @ 0a3f3296763e7bfb73b624c8d52fa3dfc413a1f2

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