all repos — captcha @ 0052db45f8f49f85e2d405951d3dd4c99079224e

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