Added upload.py for codereview; README in Chinese.

这个提交包含在:
mikespook 2011-05-24 14:53:50 +08:00
父节点 7a4bbcdc55
当前提交 1ad734ceb4
共有 2 个文件被更改,包括 2253 次插入0 次删除

24
README.zh 普通文件
查看文件

@ -0,0 +1,24 @@
Go 语言的 Gearman API
这是 Go 语言的 Gearman API。
它使用 Go 语言原生实现了 Gearman 的 Worker 端和 Client 端 API 协议。
- 安装
$ cd ./src/pkg/gearman/
$ make install
- 例程
# example/worker.go
$ make worker
$ ./worker
# example/client.go
$ make client
$ ./client
- 代码格式
gofmt -spaces=true -tabwidth=4 -w=true -tabindent=false $(DIR)
----
xingxing<mikespook@gmail.com>
http://mikespook.com
http://twitter.com/mikespook

2229
upload.py 可执行文件

文件差异内容过多而无法显示 加载差异