all repos — captcha @ a85bba10185c8b4c163e706d433db483d3b003c2

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

example/Makefile (view raw)

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