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.
@@ -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
@@ -1,7 +0,0 @@
-TARG=capgen
- main.go
-include $(GOROOT)/src/Make.cmd
-TARG=example