all repos — captcha @ 778d34d6f1546f5f9c281a8d30ebaceecee0fd99

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

cmd/Makefile (view raw)

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