Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
mikespook 76f61da7ff do not export the raw read() and write() před 13 roky
example Format codes by gofmt. před 13 roky
src/pkg/gearman do not export the raw read() and write() před 13 roky
.hgtags Added tag native.start for changeset 0dc8bc71d7e8 před 13 roky
LICENSE Added the client před 13 roky
README Format codes by gofmt. před 13 roky
README.zh Added upload.py for codereview; README in Chinese. před 13 roky
upload.py Added upload.py for codereview; README in Chinese. před 13 roky

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/pkg/gearman/
$ 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