Go to file
2011-12-28 17:59:44 +08:00
example Upgrade to weekly.2011-12-14 2011-12-28 17:59:44 +08:00
src/gearman Upgrade to weekly.2011-12-14 2011-12-28 17:59:44 +08:00
.hgtags Added tag native.start for changeset 0dc8bc71d7e8 2011-05-25 11:14:03 +08:00
LICENSE Added the client 2011-05-19 20:10:53 +08:00
README Move the source files from src/pkg/gearman to src/. 2011-09-17 16:41:28 +08:00
README.zh Move the source files from src/pkg/gearman to src/. 2011-09-17 16:41:28 +08:00

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