all repos — captcha @ 0674e88f74f59174b585f767a122945803bf90f9

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