all repos — captcha @ b6b09cafab5703f5c18f19bb4c7725647ad27bb9

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

capgen/Makefile (view raw)

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