all repos — captcha @ c5afad979e03412a52e918c08721999ff477cff6

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