all repos — captcha @ acce4f8f76b3903b2e1192365a6eedbecb0e1ef5

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

generate/Makefile (view raw)

1include $(GOROOT)/src/Make.inc
2
3TARG=generate
4GOFILES=\
5	main.go
6
7include $(GOROOT)/src/Make.cmd