all repos — captcha @ 90e4f7499bd2ad1e8c4e92fb54e97d79fc53e6b5

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