e902ac0573
--HG-- rename : src/Makefile => src/gearman/Makefile rename : src/client.go => src/gearman/client.go rename : src/client/job.go => src/gearman/client/job.go rename : src/client_test.go => src/gearman/client_test.go rename : src/gearman.go => src/gearman/gearman.go rename : src/worker.go => src/gearman/worker.go rename : src/worker/job.go => src/gearman/worker/job.go rename : src/worker/jobclient.go => src/gearman/worker/jobclient.go rename : src/worker_test.go => src/gearman/worker_test.go |
||
---|---|---|
example | ||
src/gearman | ||
.hgtags | ||
LICENSE | ||
README | ||
README.zh | ||
upload.py |
Gearman API for golang This module is Gearman API for golang. It was implemented a native protocol for both worker and client API. - INSTALL $ cd ./src/ $ make install - SAMPLE OF USAGE # example/worker.go $ make worker $ ./worker # example/client.go $ make client $ ./client - Code format gofmt -spaces=true -tabwidth=4 -w=true -tabindent=false $(DIR) ---- xingxing<mikespook@gmail.com> http://mikespook.com http://twitter.com/mikespook