Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
mikespook e902ac0573 Move the source files from src/ to src/gearman/. pirms 12 gadiem
example gofix for go's weekly version: weekly.2011-09-01 pirms 13 gadiem
src/gearman Move the source files from src/ to src/gearman/. pirms 12 gadiem
.hgtags Added tag native.start for changeset 0dc8bc71d7e8 pirms 13 gadiem
LICENSE Added the client pirms 13 gadiem
README Move the source files from src/pkg/gearman to src/. pirms 12 gadiem
README.zh Move the source files from src/pkg/gearman to src/. pirms 12 gadiem
upload.py Added upload.py for codereview; README in Chinese. pirms 13 gadiem

README

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