all repos — captcha @ b1a072665d48250038d0fcbb63337052af37fb47

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

Remove Makefiles. Rename example.

Go weekly 2012-02-07.

Example is now capexample.
To build helper tools:

   cd capexample && go install
   cd capgen && go install

This will install tools capexample and cangen into $GOPATH/bin.
Dmitry Chestnykh dmitry@codingrobots.com
Thu, 09 Feb 2012 19:37:44 +0100
commit

b1a072665d48250038d0fcbb63337052af37fb47

parent

2eeb2a40e5be3f096a7d6474901911ef21629e3a

4 files changed, 0 insertions(+), 29 deletions(-)

jump to
D Makefile

@@ -1,15 +0,0 @@

-include $(GOROOT)/src/Make.inc - -TARG=github.com/dchest/captcha -GOFILES=\ - captcha.go\ - random.go\ - store.go\ - font.go\ - image.go\ - sounds.go\ - audio.go\ - server.go - -include $(GOROOT)/src/Make.pkg -
D capgen/Makefile

@@ -1,7 +0,0 @@

-include $(GOROOT)/src/Make.inc - -TARG=capgen -GOFILES=\ - main.go - -include $(GOROOT)/src/Make.cmd
D example/Makefile

@@ -1,7 +0,0 @@

-include $(GOROOT)/src/Make.inc - -TARG=example -GOFILES=\ - main.go - -include $(GOROOT)/src/Make.cmd